Home
last modified time | relevance | path

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

/freebsd-14.2/share/doc/papers/kernmalloc/
H A Dspell.ok12 MINALLOCSIZE
/freebsd-14.2/sys/sys/
H A Dmalloc.h49 #define MINALLOCSIZE UMA_SMALLEST_UNIT macro
/freebsd-14.2/sys/kern/
H A Dkern_malloc.c1060 (size > (alloc >> REALLOC_FRACTION) || alloc == MINALLOCSIZE)) { in realloc()
H A Dkern_prot.c2311 cnt = MAX(1, MINALLOCSIZE / sizeof(gid_t)); in crextend()
H A Dsubr_bus.c1243 MAX(1, MINALLOCSIZE / sizeof(device_t))); in devclass_alloc_unit()