Searched refs:fl (Results 1 – 1 of 1) sorted by relevance
193 fl->head = h; in more_memory()203 free_list_t fl; in malloc() local222 h = fl->head; in malloc()229 h = fl->head; in malloc()249 fl->in_use += 1; in malloc()269 free_list_t fl; in free() local304 fl->head = h; in free()317 free_list_t fl; in realloc() local377 free_list_t fl; in print_malloc_free_list() local388 if (fl->in_use != 0 || fl->head != 0) { in print_malloc_free_list()[all …]
Completed in 5 milliseconds