Searched defs:BitmappedBlock (Results 1 – 1 of 1) sorted by relevance
45 struct BitmappedBlock(size_t theBlockSize, uint theAlignment = platformAlignment, struct60 testAllocator!(() => BitmappedBlock(m)); argument77 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 …]