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.cpp61 void* debug_malloc(size_t);
208 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls()
293 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
367 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
384 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
404 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
435 void* pointer = debug_malloc(10); in TEST_F()
473 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
542 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
569 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.cpp185 void* debug_malloc(size_t size);
580 void* debug_malloc(size_t size) { in debug_malloc() function