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