Home
last modified time | relevance | path

Searched refs:fl (Results 1 – 1 of 1) sorted by relevance

/hurd/
A Dhurdmalloc.c193 fl->head = h; in more_memory()
203 free_list_t fl; in malloc() local
222 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() local
304 fl->head = h; in free()
317 free_list_t fl; in realloc() local
377 free_list_t fl; in print_malloc_free_list() local
388 if (fl->in_use != 0 || fl->head != 0) { in print_malloc_free_list()
[all …]

Completed in 5 milliseconds