Home
last modified time | relevance | path

Searched refs:debug_malloc (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/private/kernel/
H A Ddebug_heap.h21 void* debug_malloc(size_t size);
39 return debug_malloc(size); in new()
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp272 debug_malloc(size_t size) in debug_malloc() function
285 void* allocation = debug_malloc(allocationSize); in debug_calloc()
H A Ddebug.cpp752 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()
H A Ddebug_parser.cpp148 void* address = debug_malloc(size); in checked_malloc()
H A Dtracing.cpp147 char* buffer = (char*)debug_malloc(kBufferSize); in print_stack_trace()
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp117 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp125 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp163 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
334 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp171 char* buffer = (char*)debug_malloc(kBufferSize); in print_demangled_call()
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3166 void* buffer = debug_malloc(B_PATH_NAME_LENGTH); in _dump_vnode()