Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/malloc_debug/
H A Dexported32.map22 debug_pvalloc;
H A Dmalloc_debug.cpp196 void* debug_pvalloc(size_t bytes);
1124 void* debug_pvalloc(size_t bytes) { in debug_pvalloc() function
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp77 void* debug_pvalloc(size_t);
2180 TEST_F(MallocDebugTest, debug_pvalloc) { in TEST_F() argument
2184 void* pointer = debug_pvalloc(1); in TEST_F()
2250 pointer = debug_pvalloc(60); in VerifyRecordAllocs()