Home
last modified time | relevance | path

Searched refs:debug_malloc (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp50 void* debug_malloc(size_t);
139 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls()
205 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
219 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
236 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
256 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
284 void* pointer = debug_malloc(10); in TEST_F()
317 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
381 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
408 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
[all …]
/bionic/libc/malloc_debug/
Dexported64.map11 debug_malloc;
Dexported32.map11 debug_malloc;
Dmalloc_debug.cpp74 void* debug_malloc(size_t size);
328 void* debug_malloc(size_t size) { in debug_malloc() function