CONS_BLOCK_SIZE 2818 src/alloc.c struct Lisp_Cons conses[CONS_BLOCK_SIZE]; CONS_BLOCK_SIZE 2819 src/alloc.c bits_word gcmarkbits[1 + CONS_BLOCK_SIZE / BITS_PER_BITS_WORD]; CONS_BLOCK_SIZE 2843 src/alloc.c static int cons_block_index = CONS_BLOCK_SIZE; CONS_BLOCK_SIZE 2891 src/alloc.c if (cons_block_index == CONS_BLOCK_SIZE) CONS_BLOCK_SIZE 7518 src/alloc.c lim = CONS_BLOCK_SIZE; CONS_BLOCK_SIZE 7522 src/alloc.c if (this_free == CONS_BLOCK_SIZE && num_free > CONS_BLOCK_SIZE)