Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem_hooks.cpp121 void PandaHooks::FreeHook(void *ptr, [[maybe_unused]] const void *caller) in FreeHook() function in panda::os::unix::mem_hooks::PandaHooks
180 return panda::os::mem_hooks::PandaHooks::FreeHook(ptr, caller); in free()
Dmem_hooks.h42 static void FreeHook(void *ptr, const void *caller);