Home
last modified time | relevance | path

Searched refs:totalAllocation (Results 1 – 11 of 11) sorted by relevance

/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d126 private size_t totalAllocation(size_t capacity) in totalAllocation() function
191 size_t toAllocate = totalAllocation(capacity); in this()
830 assert(h1.totalAllocation(1) >= 8);
831 assert(h1.totalAllocation(64) >= 64);
832 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
833 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
834 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
837 assert(h2.totalAllocation(1) >= 64);
838 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
841 assert(h3.totalAllocation(1) >= 4096);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d96 private size_t totalAllocation(size_t capacity) in BitmappedBlockImpl()
162 size_t toAllocate = totalAllocation(capacity); in BitmappedBlockImpl()
172 size_t toAllocate = totalAllocation(capacity); in BitmappedBlockImpl()
2124 assert(h1.totalAllocation(1) >= 8);
2125 assert(h1.totalAllocation(64) >= 64);
2126 assert(h1.totalAllocation(8 * 64) >= 8 * 64);
2127 assert(h1.totalAllocation(8 * 63) >= 8 * 63);
2128 assert(h1.totalAllocation(8 * 64 + 1) >= 8 * 65);
2132 assert(h2.totalAllocation(1) >= 64);
2133 assert(h2.totalAllocation(64 * 64) >= 64 * 64);
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DBond.cpp1203 int totalAllocation = 0; in processBalanceTasks() local
1209 totalAllocation += _paths[i].allocation; in processBalanceTasks()
1212 …unsigned char minimumAllocationValue = (uint8_t)(0.33 * ((float)totalAllocation / (float)_numBonde… in processBalanceTasks()