Home
last modified time | relevance | path

Searched refs:blocksFor (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d227 private void[] blocksFor(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in blocksFor() function
283 result = blocksFor(i, j, 1); in allocate()
380 result = blocksFor(wordIdx, msbIdx, blocks);
408 result = blocksFor(wordIdx, msbIdx, blocks);
438 return blocksFor(i, j, blocks); in smallAlloc()
451 return blocksFor(i, 64 - available, blocks); in smallAlloc()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d268 private void[] blocksFor(this _)(size_t wordIdx, uint msbIdx, size_t howManyBlocks) in BitmappedBlockImpl()
332 result = blocksFor(i, j, 1); in BitmappedBlockImpl()
362 void[] result = blocksFor(cast(size_t) (_freshBit / 64), in BitmappedBlockImpl()
455 tmpResult = blocksFor(wordIdx, msbIdx, blocks); in BitmappedBlockImpl()
499 tmpResult = blocksFor(wordIdx, msbIdx, blocks); in BitmappedBlockImpl()
556 result = blocksFor(i, j, blocks); in BitmappedBlockImpl()
579 result = blocksFor(i, 64 - available, blocks); in BitmappedBlockImpl()