Home
last modified time | relevance | path

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

/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c35 size_t g_recycle_size; variable
813 g_recycle_size += CHUNK_SIZE(self); in insert_free_tail()
829 g_recycle_size -= CHUNK_SIZE(cur); in get_free_head()
840 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.c20 size_t g_recycle_size; variable
798 g_recycle_size += CHUNK_SIZE(self); in insert_free_tail()
814 g_recycle_size -= CHUNK_SIZE(cur); in get_free_head()
825 if ((!clean_all) && (g_recycle_size < RECYCLE_SIZE_MAX)) { in clean_recycle_list()
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h114 hidden extern size_t g_recycle_size;
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.h93 hidden extern size_t g_recycle_size;
H A Dmalloc.c595 if (g_recycle_size >= RECYCLE_SIZE_MAX) { in free()

Completed in 5 milliseconds