Searched refs:debug_malloc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_unit_tests.cpp | 61 void* debug_malloc(size_t); 209 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls() 294 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() 368 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() 385 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() 405 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() 436 void* pointer = debug_malloc(10); in TEST_F() 474 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() 543 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() 570 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() [all …]
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | os_memory_debug.h | 45 debug_malloc(const char *file, unsigned line, const char *function, 84 debug_malloc( __FILE__, __LINE__, __func__, _size )
|
H A D | u_debug_memory.c | 125 debug_malloc(const char *file, unsigned line, const char *function, in debug_malloc() function 216 void *ptr = debug_malloc( file, line, function, count * size ); in debug_calloc() 231 return debug_malloc( file, line, function, new_size ); in debug_realloc()
|
/aosp_15_r20/bionic/libc/malloc_debug/ |
H A D | exported64.map | 12 debug_malloc;
|
H A D | exported32.map | 12 debug_malloc;
|
H A D | malloc_debug.cpp | 180 void* debug_malloc(size_t size); 583 void* debug_malloc(size_t size) { in debug_malloc() function
|