Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderAllocationLimits.cpp52 static const MallocHooks orig_malloc_hooks = MallocHooks::save(); variable
69 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()