Searched refs:debug_malloc (Results 1 – 10 of 10) sorted by relevance
21 void* debug_malloc(size_t size);39 return debug_malloc(size); in new()
272 debug_malloc(size_t size) in debug_malloc() function285 void* allocation = debug_malloc(allocationSize); in debug_calloc()
752 if (char* format = (char*)debug_malloc(length + 1)) { in print_kernel_debugger_message()785 char* commandBuffer = (char*)debug_malloc(kCommandBufferSize); in execute_panic_commands()874 jmp_buf* jumpBuffer = (jmp_buf*)debug_malloc(sizeof(jmp_buf)); in kernel_debugger_loop()1119 char* buffer = (char*)debug_malloc(bufferSize); in cmd_dump_syslog()
148 void* address = debug_malloc(size); in checked_malloc()
147 char* buffer = (char*)debug_malloc(kBufferSize); in print_stack_trace()
117 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
125 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
163 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()334 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
171 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
3166 void* buffer = debug_malloc(B_PATH_NAME_LENGTH); in _dump_vnode()