Home
last modified time | relevance | path

Searched refs:med_cnt_tab (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c97 static const uint8_t med_cnt_tab[4] = { 28, 24, 20, 32 }; variable
259 cnt = med_cnt_tab[sc&3]; in alloc_group()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c95 static const uint8_t med_cnt_tab[4] = { 28, 24, 20, 32 }; variable
256 cnt = med_cnt_tab[sc&3]; in alloc_group()

Completed in 2 milliseconds