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

/freebsd-9.3-release/contrib/bmake/
H A Dbuf.c270 #ifndef BUF_COMPACT_LIMIT
271 # define BUF_COMPACT_LIMIT 128 /* worthwhile saving */ macro
277 #if BUF_COMPACT_LIMIT > 0
280 if (buf->size - buf->count >= BUF_COMPACT_LIMIT) {

Completed in 104 milliseconds