Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_common.h77 const MallocDispatch* NativeAllocatorDispatch();
Dmalloc_heapprofd.cpp256 gEphemeralDispatch = *NativeAllocatorDispatch(); in HandleHeapprofdSignal()
274 gEphemeralDispatch = *NativeAllocatorDispatch(); in HandleHeapprofdSignal()
413 return NativeAllocatorDispatch()->malloc(bytes); in MallocInitHeapprofdHook()
Dgwp_asan_wrappers.cpp272 gwp_asan_initialize(NativeAllocatorDispatch(), nullptr, nullptr); in MaybeInitGwpAsan()
Dmalloc_common.cpp366 const MallocDispatch* NativeAllocatorDispatch() { in NativeAllocatorDispatch() function
Dmalloc_common_dynamic.cpp329 prev_dispatch = NativeAllocatorDispatch(); in FinishInstallHooks()