Home
last modified time | relevance | path

Searched defs:AllocatorList (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d65 struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator) struct
73 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 Node
130 Constructs an `AllocatorList` given a factory object. This constructor is argument
134 this(ref Factory plant) in this()
140 this(Factory plant) in this()
147 ~this() in ~this()
155 enum uint alignment = Allocator.alignment;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d69 struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator) struct
77 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 Node
134 Constructs an `AllocatorList` given a factory object. This constructor is argument
138 this(ref Factory plant) in this()
144 this(Factory plant) in this()
151 ~this() in ~this()
159 enum uint alignment = Allocator.alignment;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h94 friend AllocatorList; variable
133 AllocatorList(AllocatorList &&X) in AllocatorList() function
136 AllocatorList(const AllocatorList &X) { in AllocatorList() function