Searched defs:AffixAllocator (Results 1 – 2 of 2) sorted by relevance
20 struct AffixAllocator(Allocator, Prefix, Suffix = void) struct62 stored as a member. Otherwise, $(D AffixAllocator) uses argument68 Allocator _parent;71 Allocator parent() in parent()80 alias parent = _parent;85 alias parent = Allocator.instance;88 private template Impl() in Impl()266 version (StdDdoc) in version()347 static shared AffixAllocator instance; argument354 static __gshared AffixAllocator instance; argument
23 struct AffixAllocator(Allocator, Prefix, Suffix = void) struct65 stored as a member. Otherwise, `AffixAllocator` uses argument71 Allocator _parent;75 Allocator parent() in parent()108 alias parent = _parent;113 alias parent = Allocator.instance;116 private template Impl() in Impl()310 version (StdDdoc) in version()392 static shared AffixAllocator instance; argument404 __gshared AffixAllocator instance; argument