/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 34 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 D | allocator_list.d | 65 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 D | kernighan_ritchie.d | 644 : 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 D | bucketizer.d | 224 import std.experimental.allocator.building_blocks.allocator_list : AllocatorList; 232 AllocatorList!(
|
H A D | region.d | 334 : AllocatorList; 338 auto batchAllocator = AllocatorList!(
|
H A D | free_list.d | 677 : AllocatorList; 682 alias ScalableFreeList = AllocatorList!((n) =>
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | allocator_list.d | 69 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 D | kernighan_ritchie.d | 671 : 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 D | bucketizer.d | 244 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 D | free_list.d | 775 : AllocatorList; 780 alias ScalableFreeList = AllocatorList!((n) =>
|
H A D | region.d | 369 : AllocatorList; 374 auto batchAllocator = AllocatorList!(
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | showcase.d | 80 : AllocatorList; in mmapRegionList() 84 return AllocatorList!(Factory, NullAllocator)(shop); in mmapRegionList()
|
H A D | package.d | 247 : 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 D | showcase.d | 79 : AllocatorList; in mmapRegionList() 83 return AllocatorList!(Factory, NullAllocator)(shop); in mmapRegionList()
|
H A D | package.d | 234 : AllocatorList; 251 4072 * 1024, AllocatorList!( 2963 4072 * 1024, AllocatorList!( 3018 4072 * 1024, AllocatorList!(
|