File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ import containers.slist;
1111import containers.treemap;
1212import containers.ttree;
1313import containers.unrolledlist;
14- import stdx.allocator.building_blocks.free_list : FreeList;
14+ import std.meta : AliasSeq;
15+ import std.range.primitives : walkLength;
16+ import std.stdio : stdout;
1517import stdx.allocator.building_blocks.allocator_list : AllocatorList;
18+ import stdx.allocator.building_blocks.free_list : FreeList;
1619import stdx.allocator.building_blocks.region : Region;
1720import stdx.allocator.building_blocks.stats_collector : StatsCollector;
1821import stdx.allocator.mallocator : Mallocator;
19- import std.stdio : stdout;
20- import std.algorithm.iteration : walkLength;
21- import std.meta : AliasSeq;
2222
2323// Chosen for a very important and completely undocumented reason
2424private enum VERY_SPECIFIC_NUMBER = 371 ;
You can’t perform that action at this time.
0 commit comments