xdebug_llist_alloc  674 xdebug.c       	XG(stack)         = xdebug_llist_alloc(stack_element_dtor);
xdebug_llist_alloc  935 xdebug.c       	tmp->profile.call_list = xdebug_llist_alloc(profile_call_entry_dtor);
xdebug_llist_alloc 2200 xdebug_handler_dbgp.c 	context->line_breakpoints = xdebug_llist_alloc((xdebug_llist_dtor) xdebug_llist_brk_dtor);
xdebug_llist_alloc 1372 xdebug_handler_gdb.c 	context->line_breakpoints = xdebug_llist_alloc((xdebug_llist_dtor) xdebug_llist_brk_dtor);
xdebug_llist_alloc   98 xdebug_hash.c  		h->table[i] = xdebug_llist_alloc((xdebug_llist_dtor) hash_element_dtor);
xdebug_llist_alloc   46 xdebug_llist.h xdebug_llist *xdebug_llist_alloc(xdebug_llist_dtor dtor);