Home
last modified time | relevance | path

Searched defs:free_hook (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_hooks.cc39 FreeObserverHook* free_hook) { in SetObserverHooks()
55 FreeOverrideHook* free_hook, in SetOverrideHooks()
108 FreeObserverHook* free_hook = in ReallocObserverHookIfEnabled() local
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_extension.cc38 void SetHooks(AllocHookFunc alloc_hook, FreeHookFunc free_hook) { in SetHooks()
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Ddispatcher.cc63 auto* const free_hook = dispatch_data.GetFreeObserverHook(); in ConnectToEmitters() local
/aosp_15_r20/bionic/libc/malloc_hooks/tests/
H A Dmalloc_hooks_tests.cpp240 TEST_F(MallocHooksTest, free_hook) { in TEST_F() argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc423 void (*free_hook)(const void *); member