Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/arc/
H A Darcstats_runtime_tuning.ksh24 log_must set_tunable64 ARC_MIN "$MINSIZE"
34 MINSIZE="$(get_min_arc_size)"
/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1761 #define MINSIZE \ macro
2337 assert((unsigned long)(sz) >= MINSIZE);
2380 if ((unsigned long)(sz) >= MINSIZE)
2434 assert(chunksize(next) >= MINSIZE);
2461 assert((unsigned long)(sz) >= MINSIZE);
2466 assert((long)(sz) - (long)(s + MINSIZE) < 0);
2795 if (alignment < MINSIZE) alignment = MINSIZE; in public_mEMALIGn()
3119 if (remainder_size < MINSIZE) { in _int_malloc()
3202 if (remainder_size < MINSIZE) { in _int_malloc()
3581 (unsigned long)(nb + MINSIZE)) { in _int_realloc()
[all …]