Searched refs:FreeHook (Results 1 – 7 of 7) sorted by relevance
452 typedef void FreeHook(void* address); typedef457 static void SetFreeHook(FreeHook* hook) { free_hook_ = hook; } in SetFreeHook()468 FreeHook* hook = free_hook_; in FreeHookIfEnabled()479 FreeHook* free_hook = free_hook_; in ReallocHookIfEnabled()490 static FreeHook* free_hook_;
60 PartitionAllocHooks::FreeHook* PartitionAllocHooks::free_hook_ = nullptr;
195 i_free = FreeHook; in Initialize()282 static inline void FreeHook(void* ptr) { in FreeHook() function
21 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL; variable70 FreeHook(DynamicBufferIOBuffer); in lprofDeleteBufferIO()
103 FreeHook = &free; in lprofCreateBufferIOInternal()211 FreeHook = &free; in writeFile()
167 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
142 void FreeHook(const volatile void *ptr) { in FreeHook() function155 EF->__sanitizer_install_malloc_and_free_hooks(MallocHook, FreeHook); in Fuzzer()