BLOCK 165 src/gmalloc.c #define BLOCK(A) ((size_t) ((char *) (A) - _heapbase) / BLOCKSIZE + 1) BLOCK 176 test/manual/etags/c-src/emacs/src/gmalloc.c #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1)