Searched refs:debug_realloc (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 61 void* debug_realloc(void*, size_t); 188 pointer = reinterpret_cast<uint8_t*>(debug_realloc(nullptr, alloc_size)); in VerifyAllocCalls() 196 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, alloc_size * 2)); in VerifyAllocCalls() 206 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, alloc_size)); in VerifyAllocCalls() 212 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 0)); in VerifyAllocCalls() 386 pointer = debug_realloc(nullptr, 30); in TEST_F() 389 pointer = debug_realloc(pointer, 100); in TEST_F() 435 pointer = reinterpret_cast<uint8_t*>(debug_realloc(nullptr, 100)); in TEST_F() 440 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 200)); in TEST_F() 444 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 0)); in TEST_F() [all …]
|
/bionic/libc/malloc_debug/ |
D | exported64.map | 22 debug_realloc;
|
D | exported32.map | 23 debug_realloc;
|
D | malloc_debug.cpp | 92 void* debug_realloc(void* pointer, size_t bytes); 645 void* debug_realloc(void* pointer, size_t bytes) { in debug_realloc() function
|