Searched refs:debug_malloc (Results 1 - 9 of 9) sorted by path

/haiku/headers/private/kernel/
H A Ddebug_heap.h21 void* debug_malloc(size_t size);
39 return debug_malloc(size);
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp272 debug_malloc(size_t size) function
285 void* allocation = debug_malloc(allocationSize);
H A Ddebug.cpp744 if (char* format = (char*)debug_malloc(length + 1)) {
777 char* commandBuffer = (char*)debug_malloc(kCommandBufferSize);
866 jmp_buf* jumpBuffer = (jmp_buf*)debug_malloc(sizeof(jmp_buf));
1111 char* buffer = (char*)debug_malloc(bufferSize);
H A Ddebug_parser.cpp148 void* address = debug_malloc(size);
H A Dtracing.cpp147 char* buffer = (char*)debug_malloc(kBufferSize);
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp125 char* buffer = (char*)debug_malloc(kBufferSize);
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp117 char* buffer = (char*)debug_malloc(kBufferSize);
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp163 char* buffer = (char*)debug_malloc(kBufferSize);
334 char* buffer = (char*)debug_malloc(kBufferSize);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3149 void* buffer = debug_malloc(B_PATH_NAME_LENGTH);

Completed in 185 milliseconds