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.cpp201 void* debug_pvalloc(size_t bytes);
1087 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);
2179 TEST_F(MallocDebugTest, debug_pvalloc) { in TEST_F() argument
2183 void* pointer = debug_pvalloc(1); in TEST_F()
2249 pointer = debug_pvalloc(60); in VerifyRecordAllocs()