Home
last modified time | relevance | path

Searched refs:NativeAllocatorDispatch (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dmalloc_heapprofd.cpp274 gEphemeralDispatch = *NativeAllocatorDispatch(); in HandleHeapprofdSignal()
298 gEphemeralDispatch = prev_dispatch ? *prev_dispatch : *NativeAllocatorDispatch(); in HandleHeapprofdSignal()
435 return NativeAllocatorDispatch()->malloc(bytes); in MallocInitHeapprofdHook()
Dmalloc_common.h77 const MallocDispatch* NativeAllocatorDispatch();
Dmalloc_common.cpp396 const MallocDispatch* NativeAllocatorDispatch() { in NativeAllocatorDispatch() function
Dgwp_asan_wrappers.cpp468 prev_dispatch = NativeAllocatorDispatch(); in MaybeInitGwpAsan()
Dmalloc_common_dynamic.cpp329 prev_dispatch = NativeAllocatorDispatch(); in FinishInstallHooks()