Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingWriter.c25 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL; variable
78 FreeHook(BufferIO->FileWriter); in lprofDeleteBufferIO()
80 FreeHook(DynamicBufferIOBuffer); in lprofDeleteBufferIO()
DInstrProfilingFile.c295 FreeHook = &free; in lprofCreateBufferIOInternal()
476 FreeHook = &free; in writeFile()
506 FreeHook = &free; in writeOrderFile()
1164 FreeHook = &free; in __llvm_profile_set_file_object()
DInstrProfilingInternal.h186 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerLoop.cpp112 void FreeHook(const volatile void *ptr) { in FreeHook() function
148 EF->__sanitizer_install_malloc_and_free_hooks(MallocHook, FreeHook); in Fuzzer()