Searched refs:orig_malloc_hooks (Results 1 – 1 of 1) sorted by relevance
61 static const MallocHooks orig_malloc_hooks = MallocHooks::save(); variable78 orig_malloc_hooks.overwrite(); in lambda_malloc_hook()82 return orig_malloc_hooks.malloc_hook(bytes, arg); in lambda_malloc_hook()87 orig_malloc_hooks.overwrite(); in lambda_realloc_hook()91 return orig_malloc_hooks.realloc_hook(ptr, bytes, arg); in lambda_realloc_hook()