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()
21
21
22
22
// 28 is large enough to produce a nested allocator.
23
23
// 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.
25
24
auto size = bits::one_at_bit (28 );
26
25
auto oe_base = DefaultPal::reserve (size);
27
26
DefaultPal::notify_using<NoZero>(oe_base, size);
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ int main()
136
136
137
137
// 28 is large enough to produce a nested allocator.
138
138
// 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.
140
139
auto size = bits::one_at_bit (28 );
141
140
auto base = DefaultPal::reserve (size);
142
141
DefaultPal::notify_using<NoZero>(base, size);
You can’t perform that action at this time.
0 commit comments