debug_malloc
void* debug_malloc(size_t size);
return debug_malloc(size);
char* buffer = (char*)debug_malloc(kBufferSize);
char* buffer = (char*)debug_malloc(kBufferSize);
char* buffer = (char*)debug_malloc(kBufferSize);
char* buffer = (char*)debug_malloc(kBufferSize);
char* buffer = (char*)debug_malloc(kBufferSize);
char* buffer = (char*)debug_malloc(bufferSize);
if (char* format = (char*)debug_malloc(length + 1)) {
char* commandBuffer = (char*)debug_malloc(kCommandBufferSize);
jmp_buf* jumpBuffer = (jmp_buf*)debug_malloc(sizeof(jmp_buf));
void* allocation = debug_malloc(allocationSize);
void* address = debug_malloc(size);
char* buffer = (char*)debug_malloc(kBufferSize);
void* buffer = debug_malloc(B_PATH_NAME_LENGTH);