Searched refs:debug_malloc (Results 1 – 4 of 4) sorted by relevance
50 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 …]
11 debug_malloc;
73 void* debug_malloc(size_t size);281 void* debug_malloc(size_t size) { in debug_malloc() function455 return debug_malloc(bytes); in debug_realloc()509 new_pointer = debug_malloc(bytes); in debug_realloc()