Home
last modified time | relevance | path

Searched refs:debug_malloc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp61 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 Dos_memory_debug.h45 debug_malloc(const char *file, unsigned line, const char *function,
84 debug_malloc( __FILE__, __LINE__, __func__, _size )
H A Du_debug_memory.c125 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 Dexported64.map12 debug_malloc;
H A Dexported32.map12 debug_malloc;
H A Dmalloc_debug.cpp180 void* debug_malloc(size_t size);
583 void* debug_malloc(size_t size) { in debug_malloc() function