Searched refs:debug_malloc (Results 1 – 4 of 4) sorted by relevance
58 void* debug_malloc(size_t);166 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls()245 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()299 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()316 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()336 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()366 void* pointer = debug_malloc(10); in TEST_F()404 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()473 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()500 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F()[all …]
12 debug_malloc;
88 void* debug_malloc(size_t size);469 void* debug_malloc(size_t size) { in debug_malloc() function