xdebug_hash_alloc  672 xdebug.c       	XG(code_coverage) = xdebug_hash_alloc(32, xdebug_coverage_file_dtor);
xdebug_hash_alloc  673 xdebug.c       	XG(code_coverage_op_array_cache) = xdebug_hash_alloc(1024, NULL);
xdebug_hash_alloc 1093 xdebug.c       		fse->used_vars = xdebug_hash_alloc(64, used_var_dtor);
xdebug_hash_alloc   56 xdebug_code_coverage.c 		file->lines = xdebug_hash_alloc(128, xdebug_coverage_line_dtor);
xdebug_hash_alloc  175 xdebug_code_coverage.c 			XG(code_coverage) = xdebug_hash_alloc(32, xdebug_coverage_file_dtor);
xdebug_hash_alloc 2196 xdebug_handler_dbgp.c 	context->breakpoint_list = xdebug_hash_alloc(64, (xdebug_hash_dtor) xdebug_hash_admin_dtor);
xdebug_hash_alloc 2197 xdebug_handler_dbgp.c 	context->function_breakpoints = xdebug_hash_alloc(64, (xdebug_hash_dtor) xdebug_hash_brk_dtor);
xdebug_hash_alloc 2198 xdebug_handler_dbgp.c 	context->exception_breakpoints = xdebug_hash_alloc(64, (xdebug_hash_dtor) xdebug_hash_brk_dtor);
xdebug_hash_alloc 2199 xdebug_handler_dbgp.c 	context->class_breakpoints = xdebug_hash_alloc(64, (xdebug_hash_dtor) xdebug_hash_brk_dtor);
xdebug_hash_alloc 2201 xdebug_handler_dbgp.c 	context->eval_id_lookup = xdebug_hash_alloc(64, (xdebug_hash_dtor) xdebug_hash_eval_info_dtor);
xdebug_hash_alloc 1370 xdebug_handler_gdb.c 	context->function_breakpoints = xdebug_hash_alloc(64, (xdebug_hash_dtor) xdebug_hash_brk_dtor);
xdebug_hash_alloc 1371 xdebug_handler_gdb.c 	context->class_breakpoints = xdebug_hash_alloc(64, (xdebug_hash_dtor) xdebug_hash_brk_dtor);
xdebug_hash_alloc   65 xdebug_hash.h  xdebug_hash *xdebug_hash_alloc(int slots, xdebug_hash_dtor dtor);