Searched refs:debug_malloc (Results 1 – 4 of 4) sorted by relevance
50 void* debug_malloc(size_t);139 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls()205 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()219 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()236 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()256 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()284 void* pointer = debug_malloc(10); in TEST_F()317 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()381 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()408 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()[all …]
11 debug_malloc;
74 void* debug_malloc(size_t size);328 void* debug_malloc(size_t size) { in debug_malloc() function