Searched defs:FreeHook (Results 1 – 4 of 4) sorted by relevance
282 static inline void FreeHook(void* ptr) { in FreeHook() function
21 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL; variable
142 void FreeHook(const volatile void *ptr) { in FreeHook() function
452 typedef void FreeHook(void* address); typedef