Searched refs:malloc_free_list (Results 1 – 1 of 1) sorted by relevance
159 malloc_free_list[i].head = NULL; in malloc_init()161 malloc_free_list[i].in_use = 0; in malloc_init()220 fl = &malloc_free_list[i]; in malloc()284 i = fl - malloc_free_list; in free()292 if (fl != &malloc_free_list[i]) { in free()293 assert(fl == &malloc_free_list[i]); in free()333 i = fl - malloc_free_list; in realloc()341 if (fl != &malloc_free_list[i]) { in realloc()342 assert(fl == &malloc_free_list[i]); in realloc()413 spin_lock(&malloc_free_list[i].lock); in _hurd_malloc_fork_prepare()[all …]
Completed in 5 milliseconds