BLOCKLOG 111 src/gmalloc.c #define BLOCKSIZE (1 << BLOCKLOG) BLOCKLOG 182 src/gmalloc.c static struct list _fraghead[BLOCKLOG]; BLOCKLOG 126 test/manual/etags/c-src/emacs/src/gmalloc.c #define BLOCKSIZE (1 << BLOCKLOG) BLOCKLOG 370 test/manual/etags/c-src/emacs/src/gmalloc.c struct list _fraghead[BLOCKLOG];