Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dexported32.map19 debug_pvalloc;
Dmalloc_debug.cpp88 void* debug_pvalloc(size_t bytes);
739 void* debug_pvalloc(size_t bytes) { in debug_pvalloc() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp64 void* debug_pvalloc(size_t);
1510 TEST_F(MallocDebugTest, debug_pvalloc) { in TEST_F() argument
1514 void* pointer = debug_pvalloc(1); in TEST_F()
1574 pointer = debug_pvalloc(60); in VerifyRecordAllocs()