Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/
Dmalloc.c53 static void malloc_insert_free_list(malloc_mem_chunk_t *ck);
166 malloc_insert_free_list(new_ck); in malloc_enlarge()
205 static void malloc_insert_free_list(malloc_mem_chunk_t *ck) in malloc_insert_free_list() function
337 malloc_insert_free_list(new_ck); in malloc()
385 malloc_insert_free_list(ck); in free()