Home
last modified time | relevance | path

Searched defs:malloc_hook (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderAllocationLimits.cpp45 decltype(__malloc_hook) malloc_hook; member
/aosp_15_r20/bionic/libc/malloc_hooks/tests/
H A Dmalloc_hooks_tests.cpp222 TEST_F(MallocHooksTest, malloc_hook) { in TEST_F() argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc422 void (*malloc_hook)(const void *, uptr); member
/aosp_15_r20/external/libopus/tests/
H A Dtest_opus_api.c74 void *malloc_hook(__attribute__((unused)) size_t size, in malloc_hook() function