Home
last modified time | relevance | path

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

/trueos/contrib/bmake/
HDbuf.c270 #ifndef BUF_COMPACT_LIMIT
271 # define BUF_COMPACT_LIMIT 128 /* worthwhile saving */ macro
277 #if BUF_COMPACT_LIMIT > 0 in Buf_DestroyCompact()
280 if (buf->size - buf->count >= BUF_COMPACT_LIMIT) { in Buf_DestroyCompact()