Home
last modified time | relevance | path

Searched refs:RECYCLE_SIZE_MAX (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h17 #define RECYCLE_SIZE_MAX 0x300000 /* The max sum size of freed chunk for recycle list */ macro
H A Dmalloc.c648 if (g_recycle_size >= RECYCLE_SIZE_MAX) { in free()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h16 #define RECYCLE_SIZE_MAX 0x300000 /* The max sum size of freed chunk for recycle list */ macro
H A Dmalloc.c595 if (g_recycle_size >= RECYCLE_SIZE_MAX) { in free()
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c840 if ((!clean_all) && (g_recycle_size < RECYCLE_SIZE_MAX)) { in clean_recycle_list()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c825 if ((!clean_all) && (g_recycle_size < RECYCLE_SIZE_MAX)) { in clean_recycle_list()

Completed in 7 milliseconds