We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54b2c35 + 0611058 commit f4e1563Copy full SHA for f4e1563
include/mimalloc-types.h
@@ -117,7 +117,7 @@ terms of the MIT license. A copy of the license can be found in the file
117
#define MI_SEGMENT_ALIGN MI_SEGMENT_SIZE
118
#define MI_SEGMENT_MASK (MI_SEGMENT_SIZE - 1)
119
#define MI_SEGMENT_SLICE_SIZE (1ULL<< MI_SEGMENT_SLICE_SHIFT)
120
-#define MI_SLICES_PER_SEGMENT (MI_SEGMENT_SIZE / MI_SEGMENT_SLICE_SIZE) // 1024
+#define MI_SLICES_PER_SEGMENT (MI_SEGMENT_SIZE / MI_SEGMENT_SLICE_SIZE) // 128
121
122
#define MI_SMALL_PAGE_SIZE (1ULL<<MI_SMALL_PAGE_SHIFT)
123
#define MI_MEDIUM_PAGE_SIZE (1ULL<<MI_MEDIUM_PAGE_SHIFT)
0 commit comments