Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c77 #define MALLOCSMART_SLICES \ macro
87 static int XX_MallocSmartMap[MALLOCSMART_SLICES];
225 for (i = 0; i + size <= MALLOCSMART_SLICES; i += alignment) { in XX_MallocSmart()