Searched refs:BLOCK_BYTES (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dalloc.c902 /* BLOCK_BYTES and guarantees they are aligned on a BLOCK_ALIGN boundary. */
925 #define BLOCK_BYTES \
937 char payload[BLOCK_BYTES];
987 smaller or equal to BLOCK_BYTES. */
996 eassert (nbytes <= BLOCK_BYTES);
2527 (((BLOCK_BYTES - sizeof (struct float_block *) \
2671 (((BLOCK_BYTES - sizeof (struct cons_block *)) * CHAR_BIT) \
923 #define BLOCK_BYTES macro

Completed in 75 milliseconds