Home
last modified time | relevance | path

Searched defs:AffixAllocator (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Daffix_allocator.d20 struct AffixAllocator(Allocator, Prefix, Suffix = void) struct
62 stored as a member. Otherwise, $(D AffixAllocator) uses argument
68 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; argument
354 static __gshared AffixAllocator instance; argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Daffix_allocator.d23 struct AffixAllocator(Allocator, Prefix, Suffix = void) struct
65 stored as a member. Otherwise, `AffixAllocator` uses argument
71 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; argument
404 __gshared AffixAllocator instance; argument