Searched refs:checked_malloc (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp146 checked_malloc(size_t size) function
750 debugger_command_pipe* pipe = (debugger_command_pipe*)checked_malloc(
806 char** argv = (char**)checked_malloc(kMaxArgumentCount * sizeof(char*));
956 char* buffer = (char*)checked_malloc(length);

Completed in 41 milliseconds