Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dmalloc.h43 #define MINALLOCSIZE UMA_SMALLEST_UNIT macro
/f-stack/freebsd/sys/
H A Dmalloc.h50 #define MINALLOCSIZE UMA_SMALLEST_UNIT macro
/f-stack/freebsd/kern/
H A Dkern_malloc.c990 && (size > (alloc >> REALLOC_FRACTION) || alloc == MINALLOCSIZE)) in realloc()
H A Dkern_prot.c2262 cnt = MAX(1, MINALLOCSIZE / sizeof(gid_t)); in crextend()
H A Dsubr_bus.c1664 MAX(1, MINALLOCSIZE / sizeof(device_t))); in devclass_alloc_unit()