checked_malloc
debugger_command_pipe* pipe = (debugger_command_pipe*)checked_malloc(
char** argv = (char**)checked_malloc(kMaxArgumentCount * sizeof(char*));
char* buffer = (char*)checked_malloc(length);