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);
134 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls()
200 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
214 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
231 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
251 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
279 void* pointer = debug_malloc(10); in TEST_F()
312 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
376 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()
403 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.cpp73 void* debug_malloc(size_t size);
281 void* debug_malloc(size_t size) { in debug_malloc() function
455 return debug_malloc(bytes); in debug_realloc()
509 new_pointer = debug_malloc(bytes); in debug_realloc()