Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dmalloc.h56 #define MINALLOCSIZE 4 macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_malloc.h55 #define MINALLOCSIZE UMA_SMALLEST_UNIT macro
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c952 newsize = roundup((unit + 1), MINALLOCSIZE / sizeof(device_t)); in devclass_alloc_unit()