SMALL_BLOCK_MAX_SIZE 522 maint/gnulib/lib/ssfmalloc.h (PAGESIZE / SMALL_BLOCK_MAX_SIZE + 1) SMALL_BLOCK_MAX_SIZE 597 maint/gnulib/lib/ssfmalloc.h if (pageptr->num_gaps > PAGESIZE / SMALL_BLOCK_MAX_SIZE + 1) SMALL_BLOCK_MAX_SIZE 903 maint/gnulib/lib/ssfmalloc.h (size <= SMALL_BLOCK_MAX_SIZE ? &small_block_pages : &medium_block_pages);