Home
last modified time | relevance | path

Searched refs:AllocatorList (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h34 template <class T, class AllocatorT> class AllocatorList : AllocatorT {
59 AllocatorList &AL;
61 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner()
67 AllocatorList &AL;
69 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer()
94 friend AllocatorList; variable
132 AllocatorList() = default;
133 AllocatorList(AllocatorList &&X) in AllocatorList() function
136 AllocatorList(const AllocatorList &X) { in AllocatorList() function
140 AllocatorList &operator=(AllocatorList &&X) {
[all …]
/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
513 template AllocatorList(alias factoryFunction, argument
532 alias AllocatorList = .AllocatorList!(Factory, BookkeepingAllocator); variable
548 alias A1 = AllocatorList!((n) => Region!MmapAllocator(max(n, 1024 * 4096)), in version()
553 alias A2 = AllocatorList!((n) => Region!GCAllocator(max(n, 1024 * 4096))); in version()
557 alias A3 = AllocatorList!( in version()
564 64, AllocatorList!( in version()
584 AllocatorList!((n) => Region!GCAllocator(new ubyte[max(n, 1024 * 4096)]),
598 AllocatorList!((n) => Region!()(new ubyte[max(n, 1024 * 4096)])) a;
611 AllocatorList!((n) => Region!()(new ubyte[max(n, 1024 * 4096)])) a;
[all …]
H A Dkernighan_ritchie.d644 : AllocatorList;
647 AllocatorList!(n => KRRegion!MmapAllocator(max(n * 16, 1024 * 1024))) alloc;
654 : AllocatorList;
663 AllocatorList!(n => KRRegion!Mallocator(max(n * 16, 1024 * 1024)),
687 : AllocatorList;
696 AllocatorList!((n) {
725 : AllocatorList;
728 testAllocator!(() => AllocatorList!(
H A Dbucketizer.d224 import std.experimental.allocator.building_blocks.allocator_list : AllocatorList;
232 AllocatorList!(
H A Dregion.d334 : AllocatorList;
338 auto batchAllocator = AllocatorList!(
H A Dfree_list.d677 : AllocatorList;
682 alias ScalableFreeList = AllocatorList!((n) =>
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d69 struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator) struct
598 template AllocatorList(alias factoryFunction, argument
617 alias AllocatorList = .AllocatorList!(Factory, BookkeepingAllocator); variable
633 alias A1 = AllocatorList!((n) => Region!MmapAllocator(max(n, 1024 * 4096)), in version()
638 alias A2 = AllocatorList!((n) => Region!GCAllocator(max(n, 1024 * 4096))); in version()
642 alias A3 = AllocatorList!( in version()
649 64, AllocatorList!( in version()
669 AllocatorList!((n) => Region!GCAllocator(new ubyte[max(n, 1024 * 4096)]),
683 AllocatorList!((n) => Region!()(new ubyte[max(n, 1024 * 4096)])) a;
711 AllocatorList!((n) => Region!()(new ubyte[max(n, 1024 * 4096)])) a;
[all …]
H A Dkernighan_ritchie.d671 : AllocatorList;
673 AllocatorList!(n => KRRegion!MmapAllocator(max(n * 16, 1024 * 1024))) alloc;
680 : AllocatorList;
688 AllocatorList!(n => KRRegion!Mallocator(max(n * 16, 1024 * 1024)),
712 : AllocatorList;
720 AllocatorList!((n) {
750 : AllocatorList; in version()
753 testAllocator!(() => AllocatorList!( in version()
H A Dbucketizer.d244 import std.experimental.allocator.building_blocks.allocator_list : AllocatorList;
252 AllocatorList!(
265 import std.experimental.allocator.building_blocks.allocator_list : AllocatorList;
274 AllocatorList!(
H A Dfree_list.d775 : AllocatorList;
780 alias ScalableFreeList = AllocatorList!((n) =>
H A Dregion.d369 : AllocatorList;
374 auto batchAllocator = AllocatorList!(
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dshowcase.d80 : AllocatorList; in mmapRegionList()
84 return AllocatorList!(Factory, NullAllocator)(shop); in mmapRegionList()
H A Dpackage.d247 : AllocatorList;
264 4072 * 1024, AllocatorList!(
3765 import std.experimental.allocator.building_blocks.allocator_list : AllocatorList;
3811 4072 * 1024, AllocatorList!(
3860 import std.experimental.allocator.building_blocks.allocator_list : AllocatorList;
3885 4072 * 1024, AllocatorList!(
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dshowcase.d79 : AllocatorList; in mmapRegionList()
83 return AllocatorList!(Factory, NullAllocator)(shop); in mmapRegionList()
H A Dpackage.d234 : AllocatorList;
251 4072 * 1024, AllocatorList!(
2963 4072 * 1024, AllocatorList!(
3018 4072 * 1024, AllocatorList!(