Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/user/env/
H A Dxx.c72 #define MALLOCSMART_SLICE_SIZE (PAGE_SIZE / 2) /* 2kB */ macro
76 (((x) + MALLOCSMART_SLICE_SIZE - 1) / MALLOCSMART_SLICE_SIZE)
229 (i * MALLOCSMART_SLICE_SIZE); in XX_MallocSmart()