xdmalloc          125 usefulstuff.c  		args->args[args->c - 1] = (char*) xdmalloc(strlen(str) + 1);
xdmalloc          132 usefulstuff.c  			args->args[args->c - 1] = (char*) xdmalloc(p2 - p1 + 1);
xdmalloc          141 usefulstuff.c  			args->args[args->c - 1] = (char*) xdmalloc(endp - p1 + 1);
xdmalloc          192 usefulstuff.c  	str_time = xdmalloc(24);
xdmalloc          247 usefulstuff.c  	str = (unsigned char *) xdmalloc(3 * len + 1);
xdmalloc          396 xdebug.c       	parts = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc          925 xdebug.c       	tmp = xdmalloc (sizeof (function_stack_entry));
xdmalloc         1010 xdebug.c       			tmp->var = xdmalloc(arg_count * sizeof (xdebug_var));
xdmalloc         1070 xdebug.c       				prev->aggr_entry->call_list = xdmalloc(sizeof(HashTable));
xdmalloc           54 xdebug_code_coverage.c 		file = xdmalloc(sizeof(xdebug_coverage_file));
xdmalloc           63 xdebug_code_coverage.c 		line = xdmalloc(sizeof(xdebug_coverage_line));
xdmalloc          623 xdebug_handler_dbgp.c 	xdebug_arg       *parts = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc          712 xdebug_handler_dbgp.c 	xdebug_brk_admin *admin = xdmalloc(sizeof(xdebug_brk_admin));
xdmalloc          796 xdebug_handler_dbgp.c 	xdebug_arg           *parts = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc          846 xdebug_handler_dbgp.c 	xdebug_arg           *parts = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc         1022 xdebug_handler_dbgp.c 	brk_info = xdmalloc(sizeof(xdebug_brk_info));
xdmalloc         1489 xdebug_handler_dbgp.c 			options->runtime = (xdebug_var_runtime_page*) xdmalloc(options->max_depth * sizeof(xdebug_var_runtime_page));
xdmalloc         1879 xdebug_handler_dbgp.c 	args = xdmalloc(sizeof (xdebug_dbgp_arg));
xdmalloc         2164 xdebug_handler_dbgp.c 	context->buffer = xdmalloc(sizeof(fd_buf));
xdmalloc         2172 xdebug_handler_dbgp.c 	context->options = xdmalloc(sizeof(xdebug_var_export_options));
xdmalloc         2178 xdebug_handler_dbgp.c 	options->runtime = (xdebug_var_runtime_page*) xdmalloc((options->max_depth + 1) * sizeof(xdebug_var_runtime_page));
xdmalloc          635 xdebug_handler_gdb.c 	xdebug_arg      *method = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc          643 xdebug_handler_gdb.c 	extra_brk_info = xdmalloc(sizeof(xdebug_brk_info));
xdmalloc          763 xdebug_handler_gdb.c 	xdebug_arg      *method = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc          920 xdebug_handler_gdb.c 	xdebug_arg         *parts = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc         1232 xdebug_handler_gdb.c 	xdebug_arg *args = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc         1233 xdebug_handler_gdb.c 	xdebug_arg *endcmds = (xdebug_arg*) xdmalloc(sizeof(xdebug_arg));
xdmalloc         1256 xdebug_handler_gdb.c 		char *tmp = (char*) xdmalloc(ptr - line + 1);
xdmalloc         1350 xdebug_handler_gdb.c 	context->buffer = xdmalloc(sizeof(fd_buf));
xdmalloc         1354 xdebug_handler_gdb.c 	context->options = xdmalloc(sizeof(xdebug_gdb_options));
xdmalloc          173 xdebug_profiler.c 		xdebug_call_entry *ce = xdmalloc(sizeof(xdebug_call_entry));
xdmalloc           89 xdebug_str.c   	new_str = (char *) xdmalloc(size);
xdmalloc           25 xdebug_str.h   #define xdebug_str_ptr_init(str) str = xdmalloc(sizeof(xdebug_str)); str->l = 0; str->a = 0; str->d = NULL;
xdmalloc          858 xdebug_var.c   			tmp = xdmalloc(strlen(f.class) + 4 + 1);
xdmalloc          870 xdebug_var.c   			tmp = xdmalloc(strlen(f.function) + strlen(f.class) + 2 + 1);
xdmalloc          882 xdebug_var.c   			tmp = xdmalloc(strlen(f.function) + strlen(f.class) + 2 + 1);
xdmalloc           94 xdebug_xml.c   	xdebug_xml_node *xml = xdmalloc(sizeof (xdebug_xml_node));
xdmalloc          108 xdebug_xml.c   	xdebug_xml_attribute *attr = xdmalloc(sizeof (xdebug_xml_attribute));
xdmalloc          147 xdebug_xml.c   	xdebug_xml_text_node *node = xdmalloc(sizeof (xdebug_xml_text_node));