Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d45 struct BitmappedBlock(size_t theBlockSize, uint theAlignment = platformAlignment, struct
60 testAllocator!(() => BitmappedBlock(m)); argument
77 alias blockSize = theBlockSize;
81 @property uint blockSize() { return _blockSize; } in blockSize()
82 @property void blockSize(uint s) in blockSize()
87 private uint _blockSize;
92 private enum parentAlignment = platformAlignment;
96 private alias parentAlignment = ParentAllocator.alignment;
104 alias alignment = theAlignment;
114 ParentAllocator parent;
[all …]