From f2bafbc57f0604c74bf47fbd105d16a7bb951bcc Mon Sep 17 00:00:00 2001 From: daan Date: Thu, 15 Aug 2019 11:49:56 -0700 Subject: wip: new segment allocation --- include/mimalloc-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mimalloc-types.h') diff --git a/include/mimalloc-types.h b/include/mimalloc-types.h index 7e14dac..f4042e6 100644 --- a/include/mimalloc-types.h +++ b/include/mimalloc-types.h @@ -375,7 +375,7 @@ typedef struct mi_segment_queue_s { mi_segment_t* last; } mi_segment_queue_t; -#define MI_SEGMENT_BIN_MAX (35) // 35 == mi_segment_bin(MI_SEGMENT_SIZE) +#define MI_SEGMENT_BIN_MAX (35) // 35 == mi_segment_bin(MI_SLICES_PER_SEGMENT) // Segments thread local data typedef struct mi_segments_tld_s { -- cgit v1.2.3