BLOCKSIZE 53 lib/md5-stream.c #if BLOCKSIZE % 64 != 0 BLOCKSIZE 69 lib/md5-stream.c char *buffer = malloc (BLOCKSIZE + 72); BLOCKSIZE 97 lib/md5-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); BLOCKSIZE 101 lib/md5-stream.c if (sum == BLOCKSIZE) BLOCKSIZE 121 lib/md5-stream.c md5_process_block (buffer, BLOCKSIZE, &ctx); BLOCKSIZE 112 src/gmalloc.c #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE) BLOCKSIZE 165 src/gmalloc.c #define BLOCK(A) ((size_t) ((char *) (A) - _heapbase) / BLOCKSIZE + 1) BLOCKSIZE 166 src/gmalloc.c #define ADDRESS(B) ((void *) (((B) - 1) * BLOCKSIZE + _heapbase)) BLOCKSIZE 422 src/gmalloc.c adj = (uintptr_t) result % BLOCKSIZE; BLOCKSIZE 425 src/gmalloc.c adj = BLOCKSIZE - adj; BLOCKSIZE 479 src/gmalloc.c _bytes_used += blocks * BLOCKSIZE; BLOCKSIZE 543 src/gmalloc.c heapsize = HEAP / BLOCKSIZE; BLOCKSIZE 717 src/gmalloc.c if (size <= BLOCKSIZE / 2) BLOCKSIZE 741 src/gmalloc.c (uintptr_t) next->next % BLOCKSIZE >> log; BLOCKSIZE 754 src/gmalloc.c result = _malloc_internal_nolock (BLOCKSIZE); BLOCKSIZE 757 src/gmalloc.c result = _malloc_internal_nolock (BLOCKSIZE); BLOCKSIZE 759 src/gmalloc.c result = malloc (BLOCKSIZE); BLOCKSIZE 773 src/gmalloc.c for (i = 2; i < (size_t) (BLOCKSIZE >> log); ++i) BLOCKSIZE 788 src/gmalloc.c _chunks_free += (BLOCKSIZE >> log) - 1; BLOCKSIZE 789 src/gmalloc.c _bytes_free += BLOCKSIZE - (1 << log); BLOCKSIZE 790 src/gmalloc.c _bytes_used -= BLOCKSIZE - (1 << log); BLOCKSIZE 816 src/gmalloc.c get_contiguous_space ((wantblocks - lastblocks) * BLOCKSIZE, BLOCKSIZE 824 src/gmalloc.c _bytes_free += (wantblocks - lastblocks) * BLOCKSIZE; BLOCKSIZE 828 src/gmalloc.c result = morecore_nolock (wantblocks * BLOCKSIZE); BLOCKSIZE 874 src/gmalloc.c _bytes_used += blocks * BLOCKSIZE; BLOCKSIZE 875 src/gmalloc.c _bytes_free -= blocks * BLOCKSIZE; BLOCKSIZE 1011 src/gmalloc.c _bytes_used -= _heapinfo[block].busy.info.size * BLOCKSIZE; BLOCKSIZE 1012 src/gmalloc.c _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE; BLOCKSIZE 1115 src/gmalloc.c newinfo = _malloc_internal_nolock (info_blocks * BLOCKSIZE); BLOCKSIZE 1117 src/gmalloc.c memmove (newinfo, _heapinfo, info_blocks * BLOCKSIZE); BLOCKSIZE 1131 src/gmalloc.c register size_t bytes = blocks * BLOCKSIZE; BLOCKSIZE 1159 src/gmalloc.c if (_heapinfo[block].busy.info.frag.nfree == (BLOCKSIZE >> type) - 1) BLOCKSIZE 1164 src/gmalloc.c for (i = 1; i < (size_t) (BLOCKSIZE >> type); ++i) BLOCKSIZE 1174 src/gmalloc.c _bytes_used += BLOCKSIZE; BLOCKSIZE 1175 src/gmalloc.c _chunks_free -= BLOCKSIZE >> type; BLOCKSIZE 1176 src/gmalloc.c _bytes_free -= BLOCKSIZE; BLOCKSIZE 1205 src/gmalloc.c (uintptr_t) ptr % BLOCKSIZE >> type; BLOCKSIZE 1310 src/gmalloc.c if (size <= BLOCKSIZE / 2) BLOCKSIZE 1362 src/gmalloc.c (void) _malloc_internal_nolock (blocks * BLOCKSIZE); BLOCKSIZE 1366 src/gmalloc.c = _malloc_internal_nolock ((block - _heapindex) * BLOCKSIZE); BLOCKSIZE 1367 src/gmalloc.c (void) _malloc_internal_nolock (blocks * BLOCKSIZE); BLOCKSIZE 1373 src/gmalloc.c memmove (result, ptr, blocks * BLOCKSIZE); BLOCKSIZE 1792 src/gmalloc.c type < 0 ? _heapinfo[block].busy.info.size * BLOCKSIZE BLOCKSIZE 127 test/manual/etags/c-src/emacs/src/gmalloc.c #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE) BLOCKSIZE 176 test/manual/etags/c-src/emacs/src/gmalloc.c #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1) BLOCKSIZE 177 test/manual/etags/c-src/emacs/src/gmalloc.c #define ADDRESS(B) ((void *) (((B) - 1) * BLOCKSIZE + _heapbase)) BLOCKSIZE 448 test/manual/etags/c-src/emacs/src/gmalloc.c adj = (uintptr_t) result % BLOCKSIZE; BLOCKSIZE 451 test/manual/etags/c-src/emacs/src/gmalloc.c adj = BLOCKSIZE - adj; BLOCKSIZE 505 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_used += blocks * BLOCKSIZE; BLOCKSIZE 572 test/manual/etags/c-src/emacs/src/gmalloc.c heapsize = HEAP / BLOCKSIZE; BLOCKSIZE 747 test/manual/etags/c-src/emacs/src/gmalloc.c if (size <= BLOCKSIZE / 2) BLOCKSIZE 771 test/manual/etags/c-src/emacs/src/gmalloc.c (uintptr_t) next->next % BLOCKSIZE >> log; BLOCKSIZE 784 test/manual/etags/c-src/emacs/src/gmalloc.c result = _malloc_internal_nolock (BLOCKSIZE); BLOCKSIZE 787 test/manual/etags/c-src/emacs/src/gmalloc.c result = _malloc_internal_nolock (BLOCKSIZE); BLOCKSIZE 789 test/manual/etags/c-src/emacs/src/gmalloc.c result = malloc (BLOCKSIZE); BLOCKSIZE 803 test/manual/etags/c-src/emacs/src/gmalloc.c for (i = 2; i < (size_t) (BLOCKSIZE >> log); ++i) BLOCKSIZE 818 test/manual/etags/c-src/emacs/src/gmalloc.c _chunks_free += (BLOCKSIZE >> log) - 1; BLOCKSIZE 819 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_free += BLOCKSIZE - (1 << log); BLOCKSIZE 820 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_used -= BLOCKSIZE - (1 << log); BLOCKSIZE 846 test/manual/etags/c-src/emacs/src/gmalloc.c get_contiguous_space ((wantblocks - lastblocks) * BLOCKSIZE, BLOCKSIZE 854 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_free += (wantblocks - lastblocks) * BLOCKSIZE; BLOCKSIZE 858 test/manual/etags/c-src/emacs/src/gmalloc.c result = morecore_nolock (wantblocks * BLOCKSIZE); BLOCKSIZE 904 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_used += blocks * BLOCKSIZE; BLOCKSIZE 905 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_free -= blocks * BLOCKSIZE; BLOCKSIZE 1045 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_used -= _heapinfo[block].busy.info.size * BLOCKSIZE; BLOCKSIZE 1046 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE; BLOCKSIZE 1149 test/manual/etags/c-src/emacs/src/gmalloc.c newinfo = _malloc_internal_nolock (info_blocks * BLOCKSIZE); BLOCKSIZE 1151 test/manual/etags/c-src/emacs/src/gmalloc.c memmove (newinfo, _heapinfo, info_blocks * BLOCKSIZE); BLOCKSIZE 1165 test/manual/etags/c-src/emacs/src/gmalloc.c register size_t bytes = blocks * BLOCKSIZE; BLOCKSIZE 1193 test/manual/etags/c-src/emacs/src/gmalloc.c if (_heapinfo[block].busy.info.frag.nfree == (BLOCKSIZE >> type) - 1) BLOCKSIZE 1198 test/manual/etags/c-src/emacs/src/gmalloc.c for (i = 1; i < (size_t) (BLOCKSIZE >> type); ++i) BLOCKSIZE 1208 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_used += BLOCKSIZE; BLOCKSIZE 1209 test/manual/etags/c-src/emacs/src/gmalloc.c _chunks_free -= BLOCKSIZE >> type; BLOCKSIZE 1210 test/manual/etags/c-src/emacs/src/gmalloc.c _bytes_free -= BLOCKSIZE; BLOCKSIZE 1239 test/manual/etags/c-src/emacs/src/gmalloc.c (uintptr_t) ptr % BLOCKSIZE >> type; BLOCKSIZE 1342 test/manual/etags/c-src/emacs/src/gmalloc.c if (size <= BLOCKSIZE / 2) BLOCKSIZE 1394 test/manual/etags/c-src/emacs/src/gmalloc.c (void) _malloc_internal_nolock (blocks * BLOCKSIZE); BLOCKSIZE 1398 test/manual/etags/c-src/emacs/src/gmalloc.c = _malloc_internal_nolock ((block - _heapindex) * BLOCKSIZE); BLOCKSIZE 1399 test/manual/etags/c-src/emacs/src/gmalloc.c (void) _malloc_internal_nolock (blocks * BLOCKSIZE); BLOCKSIZE 1405 test/manual/etags/c-src/emacs/src/gmalloc.c memmove (result, ptr, blocks * BLOCKSIZE); BLOCKSIZE 1795 test/manual/etags/c-src/emacs/src/gmalloc.c block = ((char *) ptr - _heapbase) / BLOCKSIZE + 1; BLOCKSIZE 1798 test/manual/etags/c-src/emacs/src/gmalloc.c type == 0 ? _heapinfo[block].busy.info.size * BLOCKSIZE