Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dmalloc.h55 #define MINALLOCSIZE 4 macro
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c951 newsize = roundup((unit + 1), MINALLOCSIZE / sizeof(device_t)); in devclass_alloc_unit()