Searched refs:debug_calloc (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/ |
D | exported64.map | 4 debug_calloc;
|
D | exported32.map | 4 debug_calloc;
|
D | malloc_debug.cpp | 190 void* debug_calloc(size_t nmemb, size_t bytes); 907 void* debug_calloc(size_t nmemb, size_t bytes) { in debug_calloc() function
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 63 void* debug_calloc(size_t, size_t); 216 pointer = reinterpret_cast<uint8_t*>(debug_calloc(1, alloc_size)); in VerifyAllocCalls() 440 pointer = debug_calloc(1, 20); in TEST_F() 495 pointer = reinterpret_cast<uint8_t*>(debug_calloc(1, 100)); in TEST_F() 594 pointer = reinterpret_cast<uint8_t*>(debug_calloc(1, 100)); in TEST_F() 1992 pointer = debug_calloc(1, SIZE_MAX); in TEST_F() 1996 pointer = debug_calloc(SIZE_MAX, 1); in TEST_F() 2000 pointer = debug_calloc(SIZE_MAX/100, 100); in TEST_F() 2004 pointer = debug_calloc(100, SIZE_MAX/100); in TEST_F() 2010 pointer = debug_calloc(sqrt_size_t + 1, sqrt_size_t); in TEST_F() [all …]
|