Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/exit/
Dexit.c14 extern void clean_recycle_list(bool clean_all);
54 clean_recycle_list(true); in exit()
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h101 hidden extern void clean_recycle_list(bool clean_all);
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c614 clean_recycle_list(false); in free()
Dmemory_check.c819 void clean_recycle_list(bool clean_all) in clean_recycle_list() function