Home
last modified time | relevance | path

Searched refs:smallAlloc (Results 1 – 21 of 21) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/utilities/
H A Dheap_allocator_tests.cpp922 uint64_t smallAlloc = 0llu; in TEST() local
938 smallAlloc = heapAllocator->allocate(sizeOfSmallAlloc); in TEST()
940 EXPECT_NE(0llu, smallAlloc); in TEST()
941 EXPECT_LE(upperLimitPtr - (8 * 4096), smallAlloc); in TEST()
945 heapAllocator->free(smallAlloc, sizeOfSmallAlloc); in TEST()
983 uint64_t smallAlloc = 0llu; in TEST() local
999 smallAlloc = heapAllocator->allocate(sizeOfSmallAlloc); in TEST()
1001 EXPECT_NE(0llu, smallAlloc); in TEST()
1002 EXPECT_LE(upperLimitPtr - (5 * 4096), smallAlloc); in TEST()
1006 heapAllocator->free(smallAlloc, sizeOfSmallAlloc); in TEST()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d290 result = smallAlloc(cast(uint) blocks); in allocate()
425 private void[] smallAlloc(uint blocks) in smallAlloc() function
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d339 result = smallAlloc(cast(uint) blocks); in BitmappedBlockImpl()
543 private void[] smallAlloc(uint blocks) return scope in BitmappedBlockImpl()
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1670 return size <= 2048 ? smallAlloc(binTable[size], alloc_size, bits)
1674 void* smallAlloc(Bins bin, ref size_t alloc_size, uint bits) nothrow
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d1680 return size <= PAGESIZE/2 ? smallAlloc(size, alloc_size, bits, ti)
1684 void* smallAlloc(size_t size, ref size_t alloc_size, uint bits, const TypeInfo ti) nothrow