Searched refs:MINSIZE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/usr.bin/m4/lib/
H A Dohash_int.h24 #define MINSIZE (1UL << 4) macro
H A Dohash_init.c28 if (h->size < MINSIZE)
29 h->size = MINSIZE;
H A Dohash_do.c39 if (ns < MINSIZE)
40 ns = MINSIZE;
/freebsd-10.2-release/bin/sh/
H A Dmemalloc.c119 #define MINSIZE 496 /* minimum size of a block. */ macro
140 if (nbytes < MINSIZE)
141 nbytes = MINSIZE;
/freebsd-10.2-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1739 MINSIZE bytes long, it is replenished.
1761 #define MINSIZE \ macro
1772 low enough so that adding MINSIZE will also not wrap around zero.
1777 (unsigned long)(INTERNAL_SIZE_T)(-2 * MINSIZE))
1788 (((req) + sizeof(void *) + SIZE_SZ + MALLOC_ALIGN_MASK < MINSIZE) ? \
1789 MINSIZE : \
2336 /* top size is always at least MINSIZE */
2337 assert((unsigned long)(sz) >= MINSIZE);
2380 if ((unsigned long)(sz) >= MINSIZE)
2434 assert(chunksize(next) >= MINSIZE);
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dst.c112 * MINSIZE is the minimum size of a dictionary.
115 #define MINSIZE 8 macro
165 for (i = 0, newsize = MINSIZE;

Completed in 273 milliseconds