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.cpp58 void* debug_malloc(size_t);
166 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls()
245 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
299 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
316 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
336 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
366 void* pointer = debug_malloc(10); in TEST_F()
404 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
473 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
500 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
[all …]
/bionic/libc/malloc_debug/
Dexported64.map12 debug_malloc;
Dexported32.map12 debug_malloc;
Dmalloc_debug.cpp88 void* debug_malloc(size_t size);
469 void* debug_malloc(size_t size) { in debug_malloc() function