Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dexported32.map22 debug_pvalloc;
Dmalloc_debug.cpp200 void* debug_pvalloc(size_t bytes);
1078 void* debug_pvalloc(size_t bytes) { in debug_pvalloc() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp77 void* debug_pvalloc(size_t);
2165 TEST_F(MallocDebugTest, debug_pvalloc) { in TEST_F() argument
2169 void* pointer = debug_pvalloc(1); in TEST_F()
2235 pointer = debug_pvalloc(60); in VerifyRecordAllocs()