Searched refs:BUF_COMPACT_LIMIT (Results 1 – 1 of 1) sorted by relevance
270 #ifndef BUF_COMPACT_LIMIT271 # define BUF_COMPACT_LIMIT 128 /* worthwhile saving */ macro277 #if BUF_COMPACT_LIMIT > 0 in Buf_DestroyCompact()280 if (buf->size - buf->count >= BUF_COMPACT_LIMIT) { in Buf_DestroyCompact()