Searched defs:AllocatorList (Results 1 – 3 of 3) sorted by relevance
65 struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator) struct73 private enum ouroboros = is(BookkeepingAllocator == NullAllocator);79 alias Allocator = typeof(Factory.init(1));81 private alias SAllocator = StatsCollector!(Allocator, Options.bytesUsed);83 private static struct Node130 Constructs an `AllocatorList` given a factory object. This constructor is argument134 this(ref Factory plant) in this()140 this(Factory plant) in this()147 ~this() in ~this()155 enum uint alignment = Allocator.alignment;[all …]
69 struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator) struct77 private enum ouroboros = is(BookkeepingAllocator == NullAllocator);83 alias Allocator = typeof(Factory.init(1));85 private alias SAllocator = StatsCollector!(Allocator, Options.bytesUsed);87 private static struct Node134 Constructs an `AllocatorList` given a factory object. This constructor is argument138 this(ref Factory plant) in this()144 this(Factory plant) in this()151 ~this() in ~this()159 enum uint alignment = Allocator.alignment;[all …]
94 friend AllocatorList; variable133 AllocatorList(AllocatorList &&X) in AllocatorList() function136 AllocatorList(const AllocatorList &X) { in AllocatorList() function