Searched refs:INITIAL_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
34 private final static int INITIAL_BLOCK_SIZE = 500; field in ByteArrayBuilder52 public ByteArrayBuilder(BufferRecycler br) { this(br, INITIAL_BLOCK_SIZE); } in ByteArrayBuilder()279 int newSize = Math.max((_pastLen >> 1), (INITIAL_BLOCK_SIZE + INITIAL_BLOCK_SIZE)); in _allocMore()
881 # define INITIAL_BLOCK_SIZE 4080 in _nl_find_msg() macro956 freemem_size = malloc_count * INITIAL_BLOCK_SIZE; in _nl_find_msg()974 freemem_size = INITIAL_BLOCK_SIZE; in _nl_find_msg()