BLOCKIFY 112 src/gmalloc.c #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE) BLOCKIFY 127 test/manual/etags/c-src/emacs/src/gmalloc.c #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE)