Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dmalloc.h43 #define MINALLOCSIZE UMA_SMALLEST_UNIT
/f-stack/freebsd/sys/
H A Dmalloc.h50 #define MINALLOCSIZE UMA_SMALLEST_UNIT
/f-stack/tools/compat/include/vm/
H A Duma.h46 #define UMA_SMALLEST_UNIT 8 /* Smallest item allocated */ macro
H A Duma_int.h376 #define SLAB_MAX_SETSIZE (PAGE_SIZE / UMA_SMALLEST_UNIT)
/f-stack/freebsd/vm/
H A Duma.h46 #define UMA_SMALLEST_UNIT 8 /* Smallest item allocated */ macro
H A Duma_int.h373 #define SLAB_MAX_SETSIZE (PAGE_SIZE / UMA_SMALLEST_UNIT)
H A Duma_core.c2117 rsize = MAX(keg->uk_size, UMA_SMALLEST_UNIT); in keg_layout()