Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dgfx_partition.cpp201 heapInit(HeapIndex::HEAP_SVM, 0ull, gfxBase); in init()
206 heapInit(HeapIndex::HEAP_SVM, 0ull, gfxBase); in init()
222 heapInit(HeapIndex::HEAP_SVM, 0ull, gpuAddressSpace + 1); in init()
225 heapInit(HeapIndex::HEAP_SVM, 0ull, 0ull); in init()
243 heapInit(heap, gfxBase, gfxHeap32Size); in init()
255 heapInit(HeapIndex::HEAP_STANDARD, gfxBase, gfxStandardSize); in init()
317 heapInit(HeapIndex::HEAP_SVM, 0ull, maxNBitValue(57 - 1) + 1); in initAdditionalRange()
319 heapInit(HeapIndex::HEAP_SVM, 0ull, maxNBitValue(48) + 1); in initAdditionalRange()
325 heapInit(HeapIndex::HEAP_SVM, 0ull, gfxBase); in initAdditionalRange()
332heapInit(HeapIndex::HEAP_EXTENDED, maxNBitValue(57 - 1) + 1 + rootDeviceIndex * heapExtendedSize, … in initAdditionalRange()
H A Dgfx_partition.h48 void heapInit(HeapIndex heapIndex, uint64_t base, uint64_t size) { in heapInit() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/shenandoah/mxbeans/
H A DTestMemoryMXBeans.java59 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
66 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
67 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/shenandoah/mxbeans/
H A DTestMemoryMXBeans.java59 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
66 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
67 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/shenandoah/mxbeans/
H A DTestMemoryMXBeans.java59 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
66 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
67 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/shenandoah/mxbeans/
H A DTestMemoryMXBeans.java59 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
66 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
67 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/shenandoah/mxbeans/
H A DTestMemoryMXBeans.java59 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
66 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
67 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/shenandoah/mxbeans/
H A DTestMemoryMXBeans.java59 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
66 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
67 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/shenandoah/mxbeans/
H A DTestMemoryMXBeans.java59 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
66 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
67 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/shenandoah/mxbeans/
H A DTestMemoryMXBeans.java59 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
66 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
67 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/epsilon/
H A DTestMemoryMXBeans.java58 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
63 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
64 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/epsilon/
H A DTestMemoryMXBeans.java58 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
63 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
64 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/epsilon/
H A DTestMemoryMXBeans.java58 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
63 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
64 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/epsilon/
H A DTestMemoryMXBeans.java58 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
63 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
64 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/epsilon/
H A DTestMemoryMXBeans.java70 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
75 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
76 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/epsilon/
H A DTestMemoryMXBeans.java58 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
63 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
64 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/epsilon/
H A DTestMemoryMXBeans.java57 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
62 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
63 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/epsilon/
H A DTestMemoryMXBeans.java58 long heapInit = memoryMXBean.getHeapMemoryUsage().getInit(); in testMemoryBean() local
63 if (initSize > 0 && heapInit != initSize) { in testMemoryBean()
64 … throw new IllegalStateException("Init heap size is wrong: " + heapInit + " vs " + initSize); in testMemoryBean()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/wddm/
H A Dwddm.cpp925 …outGfxPartition.heapInit(HeapIndex::HEAP_SVM, gfxPartition.SVM.Base, gfxPartition.SVM.Limit - gfxP… in initGfxPartition()
927 outGfxPartition.heapInit(HeapIndex::HEAP_SVM, 0x0ull, 4 * MemoryConstants::gigaByte); in initGfxPartition()
930 …outGfxPartition.heapInit(HeapIndex::HEAP_STANDARD, gfxPartition.Standard.Base, gfxPartition.Standa… in initGfxPartition()
934 …outGfxPartition.heapInit(HeapIndex::HEAP_STANDARD64KB, gfxPartition.Standard64KB.Base + rootDevice… in initGfxPartition()
951 outGfxPartition.heapInit(heap, gfxPartition.Heap32[static_cast<uint32_t>(heap)].Base, in initGfxPartition()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dokmalloc.c433 static status_t heapInit (initial_size) in heapInit() function
489 heapInit(regionSizeS);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Ddrm_memory_manager_tests.cpp1495 … memoryManager->getGfxPartition(rootDeviceIndex)->heapInit(HeapIndex::HEAP_STANDARD, 0x0, 0x10000); in TEST_F()
4047 memoryManager->getGfxPartition(rootDeviceIndex)->heapInit(HeapIndex::HEAP_STANDARD, 0, 0); in TEST_F()