memory_element 468 src/utils/alloc.c typedef memory_element** memory_list; memory_element 494 src/utils/alloc.c static void gf_memory_add_stack(memory_element **p, void *ptr, int size, const char *filename, int line) memory_element 496 src/utils/alloc.c memory_element *element = (memory_element*)MALLOC(sizeof(memory_element)); memory_element 528 src/utils/alloc.c static int gf_memory_find_stack(memory_element *p, void *ptr) memory_element 531 src/utils/alloc.c memory_element *element = p; memory_element 543 src/utils/alloc.c static int gf_memory_del_item_stack(memory_element **p, void *ptr) memory_element 546 src/utils/alloc.c memory_element *curr_element=*p, *prev_element=NULL; memory_element 566 src/utils/alloc.c static void gf_memory_del_stack(memory_element **p) memory_element 568 src/utils/alloc.c memory_element *curr_element=*p, *next_element; memory_element 589 src/utils/alloc.c if (!*p) *p = (memory_list) CALLOC(HASH_ENTRIES, sizeof(memory_element*)); memory_element 610 src/utils/alloc.c memory_element **sub_list; memory_element 611 src/utils/alloc.c if (!*p) *p = (memory_list) CALLOC(HASH_ENTRIES, sizeof(memory_element*)); memory_element 694 src/utils/alloc.c void log_backtrace(unsigned int log_level, memory_element *element) memory_element 721 src/utils/alloc.c memory_element *element = memory_rem[hash]; memory_element 763 src/utils/alloc.c memory_element *element = memory_rem[hash]; memory_element 765 src/utils/alloc.c memory_element *element = memory_rem; memory_element 854 src/utils/alloc.c memory_element *curr_element = memory_add[i], *next_element; memory_element 857 src/utils/alloc.c memory_element *curr_element = memory_add, *next_element;