DEBUG_printf(" alloc table at %p, length %u bytes\n",gc_alloc_table_start,gc_alloc_table_byte_len);
DEBUG_printf(" pool at %p, length %u blocks = %u words = %u bytes\n",gc_pool_start,gc_pool_block_len,gc_pool_word_len,gc_pool_word_len*BYTES_PER_WORD);
DEBUG_printf(" alloc table at %p, length "UINT_FMT" bytes\n",gc_alloc_table_start,gc_alloc_table_byte_len);
DEBUG_printf(" pool at %p, length "UINT_FMT" blocks = "UINT_FMT" words = "UINT_FMT" bytes\n",gc_pool_start,gc_pool_block_len,gc_pool_word_len,gc_pool_word_len*BYTES_PER_WORD);