Searched refs:FreeHook (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c22 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL; variable
75 FreeHook(BufferIO->FileWriter);
77 FreeHook(DynamicBufferIOBuffer);
H A DInstrProfilingInternal.h191 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
H A DInstrProfilingFile.c166 FreeHook = &free;
342 FreeHook = &free;
372 FreeHook = &free;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp112 void FreeHook(const volatile void *ptr) { function in namespace:fuzzer
148 EF->__sanitizer_install_malloc_and_free_hooks(MallocHook, FreeHook);

Completed in 65 milliseconds