Home
last modified time | relevance | path

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

/DragonOS-0.1.5/user/libs/libc/src/
Dmalloc.c53 static void malloc_insert_free_list(malloc_mem_chunk_t *ck);
165 malloc_insert_free_list(new_ck); in malloc_enlarge()
204 static void malloc_insert_free_list(malloc_mem_chunk_t *ck) in malloc_insert_free_list() function
336 malloc_insert_free_list(new_ck); in malloc()
384 malloc_insert_free_list(ck); in free()