Home
last modified time | relevance | path

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

/freebsd-13-stable/tests/sys/sys/
HDarb_test.c68 root = (struct tree *)calloc(1, ARB_ALLOCSIZE(root, ITER, tmp)); in ATF_TC_BODY()
/freebsd-13-stable/share/man/man3/
HDMakefile43 arb.3 ARB_ALLOCSIZE.3 \
/freebsd-13-stable/sys/sys/
HDarb.h59 #define ARB_ALLOCSIZE(head, maxn, x) \ macro