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.cpp104 void* debug_pvalloc(size_t bytes);
937 void* debug_pvalloc(size_t bytes) { in debug_pvalloc() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp74 void* debug_pvalloc(size_t);
2108 TEST_F(MallocDebugTest, debug_pvalloc) { in TEST_F() argument
2112 void* pointer = debug_pvalloc(1); in TEST_F()
2178 pointer = debug_pvalloc(60); in VerifyRecordAllocs()