CONS_BLOCK_SIZE 2662 src/alloc.c struct Lisp_Cons conses[CONS_BLOCK_SIZE]; CONS_BLOCK_SIZE 2663 src/alloc.c bits_word gcmarkbits[1 + CONS_BLOCK_SIZE / BITS_PER_BITS_WORD]; CONS_BLOCK_SIZE 2687 src/alloc.c static int cons_block_index = CONS_BLOCK_SIZE; CONS_BLOCK_SIZE 2720 src/alloc.c if (cons_block_index == CONS_BLOCK_SIZE) CONS_BLOCK_SIZE 7198 src/alloc.c lim = CONS_BLOCK_SIZE; CONS_BLOCK_SIZE 7202 src/alloc.c if (this_free == CONS_BLOCK_SIZE && num_free > CONS_BLOCK_SIZE)