Searched refs:AlignedBlockList (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | aligned_block_list.d | 311 struct AlignedBlockList(Allocator, ParentAllocator, ulong theAlignment = (1 << 21)) struct 388 AlignedBlockList!(BitmappedBlock!32, AscendingPageAllocator*, 1 << 12), 392 AlignedBlockList!(BitmappedBlock!64, AscendingPageAllocator*, 1 << 12), 396 AlignedBlockList!(BitmappedBlock!128, AscendingPageAllocator*, 1 << 12), 652 AlignedBlockList!(BitmappedBlock!256, AscendingPageAllocator*, 1 << 16), 656 AlignedBlockList!(BitmappedBlock!512, AscendingPageAllocator*, 1 << 16), 660 AlignedBlockList!(BitmappedBlock!1024, AscendingPageAllocator*, 1 << 16), 664 AlignedBlockList!(BitmappedBlock!2048, AscendingPageAllocator*, 1 << 16),
|