Searched refs:MINALLOCSIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/sys/
H A Dmalloc.h47 #define MINALLOCSIZE UMA_SMALLEST_UNIT macro
/freebsd-current/sys/kern/
H A Dkern_malloc.c1026 (size > (alloc >> REALLOC_FRACTION) || alloc == MINALLOCSIZE)) {
H A Dkern_prot.c2293 cnt = MAX(1, MINALLOCSIZE / sizeof(gid_t));
H A Dsubr_bus.c1200 MAX(1, MINALLOCSIZE / sizeof(device_t)));

Completed in 82 milliseconds