Home
last modified time | relevance | path

Searched defs:numAllocations (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/MemManager/
H A DArena.cpp13 int numAllocations = 0; variable
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DArena.cpp12 int numAllocations = 0; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/db/
H A DMemoryStats.java45 long numAllocations; field in MemoryStats.PoolStats
56 public void setAllocations(Chunk db, long numAllocations) { in setAllocations()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java116 long numAllocations = 2 * youngGenSize / approxAllocSize; in triggerYoungGCs() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java116 long numAllocations = 2 * youngGenSize / approxAllocSize; in triggerYoungGCs() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java116 long numAllocations = 2 * youngGenSize / approxAllocSize; in triggerYoungGCs() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java114 long numAllocations = 2 * youngGenSize / approxAllocSize; in triggerYoungGCs() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java114 long numAllocations = 2 * youngGenSize / approxAllocSize; in triggerYoungGCs() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java117 long numAllocations = 2 * youngGenSize / approxAllocSize; in triggerYoungGCs() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java115 long numAllocations = 2 * youngGenSize / approxAllocSize; in triggerYoungGCs() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java117 long numAllocations = 2 * youngGenSize / approxAllocSize; in triggerYoungGCs() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/utils/
H A DHeapAllocator.cpp173 size_t HeapAllocator::numAllocations() const { in numAllocations() function in util::HeapAllocator
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/util/
H A DPartitionedByteBufferPool.java181 private final LongAdder numAllocations = new LongAdder(); field in PartitionedByteBufferPool.Partition
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DmallocTag.h173 size_t numAllocations; member
H A DmallocTag.cpp645 size_t numAllocations; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/helpers/
H A Dmemory_management.cpp33 std::atomic<size_t> numAllocations(0); variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/include/marl/
H A Dmemory.h276 size_t TrackedAllocator::Stats::numAllocations() const { in numAllocations() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Ddrm_command_stream_tests_1.cpp216 uint32_t numAllocations = 3; in HWTEST_TEMPLATED_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm20_tests.cpp1014 constexpr uint32_t numAllocations = 3u; in TEST_F() local
1026 constexpr uint32_t numAllocations = 3u; in TEST_F() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DJitFrames.cpp1821 uint32_t SnapshotIterator::numAllocations() const { in numAllocations() function in js::jit::SnapshotIterator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DJitFrames.cpp1813 uint32_t SnapshotIterator::numAllocations() const { in numAllocations() function in js::jit::SnapshotIterator
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DJitFrames.cpp1813 uint32_t SnapshotIterator::numAllocations() const { in numAllocations() function in js::jit::SnapshotIterator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DJitFrames.cpp1821 uint32_t SnapshotIterator::numAllocations() const { in numAllocations() function in js::jit::SnapshotIterator
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DJitFrames.cpp1750 uint32_t SnapshotIterator::numAllocations() const { in numAllocations() function in js::jit::SnapshotIterator
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdlist/
H A Dtest_cmdlist_1.cpp76 auto numAllocations = 0u; in TEST_F() local

12