File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ int main()
2121
2222 // 28 is large enough to produce a nested allocator.
2323 // It is also large enough for the example to run in.
24- // For 1MiB superslabs, SUPERSLAB_BITS + 4 is not big enough for the example.
2524 auto size = bits::one_at_bit (28 );
2625 auto oe_base = DefaultPal::reserve (size);
2726 DefaultPal::notify_using<NoZero>(oe_base, size);
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ int main()
136136
137137 // 28 is large enough to produce a nested allocator.
138138 // It is also large enough for the example to run in.
139- // For 1MiB superslabs, SUPERSLAB_BITS + 4 is not big enough for the example.
140139 auto size = bits::one_at_bit (28 );
141140 auto base = DefaultPal::reserve (size);
142141 DefaultPal::notify_using<NoZero>(base, size);
You can’t perform that action at this time.
0 commit comments