Searched refs:BUFFER_ALLOCSZ (Results 1 – 1 of 1) sorted by relevance
28 #define BUFFER_ALLOCSZ 0x008000 macro128 newlen = roundup(buffer->alloc + len, BUFFER_ALLOCSZ); in buffer_append_space()154 if (roundup(buffer->alloc + len, BUFFER_ALLOCSZ) <= BUFFER_MAX_LEN) in buffer_check_alloc()