Home
last modified time | relevance | path

Searched refs:checkMemoryUsage (Results 1 – 25 of 57) sorted by last modified time

123

/dports/security/klee/klee-2.2/lib/Core/
H A DExecutor.cpp3355 bool Executor::checkMemoryUsage() { function in Executor
3496 if (!checkMemoryUsage()) {
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/torrent/
H A Dtorrentcontrol.cpp222 cman->checkMemoryUsage(); in update()
H A Dtorrentfilestream.cpp237 cman->checkMemoryUsage(); in reset()
370 cman->checkMemoryUsage(); in readData()
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/diskio/
H A Dcache.h229 void checkMemoryUsage();
H A Dchunkmanager.h66 void checkMemoryUsage();
H A Dchunkmanager.cpp187 void ChunkManager::checkMemoryUsage() in Cache()
189 d->cache->checkMemoryUsage(); in Cache()
H A Dcache.cpp122 void Cache::checkMemoryUsage()
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/diskio/tests/
H A Dchunkmanagertest.cpp71 cman.checkMemoryUsage(); in testPieceDataLoading()
/dports/games/scummvm/scummvm-2.5.1/engines/sword1/
H A Dmemman.cpp53 checkMemoryUsage(); in alloc()
89 void MemMan::checkMemoryUsage() { in checkMemoryUsage() function in Sword1::MemMan
H A Dmemman.h56 void checkMemoryUsage();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/metaspace/
H A DTestPerfCountersAndMemoryPools.java47 checkMemoryUsage("Metaspace", "sun.gc.metaspace"); in main()
50 checkMemoryUsage("Compressed Class Space", "sun.gc.compressedclassspace"); in main()
66 private static void checkMemoryUsage(String memoryPoolName, String perfNS) in checkMemoryUsage() method in TestPerfCountersAndMemoryPools
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java143 checkMemoryUsage(poolname, busage, ausage); in checkGarbageCollectionNotificationInfoContent()
156 …private static void checkMemoryUsage(String poolname, MemoryUsage busage, MemoryUsage ausage) thro… in checkMemoryUsage() method in GarbageCollectionNotificationContentTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java84 checkMemoryUsage(); in main()
163 private static void checkMemoryUsage() throws Exception { in checkMemoryUsage() method in ProxyTypeMapping
H A DValidateOpenTypes.java84 checkMemoryUsage(); in main()
179 private static void checkMemoryUsage() throws Exception { in checkMemoryUsage() method in ValidateOpenTypes
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java143 checkMemoryUsage(poolname, busage, ausage); in checkGarbageCollectionNotificationInfoContent()
156 …private static void checkMemoryUsage(String poolname, MemoryUsage busage, MemoryUsage ausage) thro… in checkMemoryUsage() method in GarbageCollectionNotificationContentTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java84 checkMemoryUsage(); in main()
163 private static void checkMemoryUsage() throws Exception { in checkMemoryUsage() method in ProxyTypeMapping
H A DValidateOpenTypes.java84 checkMemoryUsage(); in main()
179 private static void checkMemoryUsage() throws Exception { in checkMemoryUsage() method in ValidateOpenTypes
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/metaspace/
H A DTestPerfCountersAndMemoryPools.java47 checkMemoryUsage("Metaspace", "sun.gc.metaspace"); in main()
50 checkMemoryUsage("Compressed Class Space", "sun.gc.compressedclassspace"); in main()
66 private static void checkMemoryUsage(String memoryPoolName, String perfNS) in checkMemoryUsage() method in TestPerfCountersAndMemoryPools
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java84 checkMemoryUsage(); in main()
163 private static void checkMemoryUsage() throws Exception { in checkMemoryUsage() method in ProxyTypeMapping
H A DValidateOpenTypes.java84 checkMemoryUsage(); in main()
179 private static void checkMemoryUsage() throws Exception { in checkMemoryUsage() method in ValidateOpenTypes
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/gc/metaspace/
H A DTestPerfCountersAndMemoryPools.java41 checkMemoryUsage("Metaspace", "sun.gc.metaspace"); in main()
44 checkMemoryUsage("Compressed Class Space", "sun.gc.compressedclassspace"); in main()
60 private static void checkMemoryUsage(String memoryPoolName, String perfNS) in checkMemoryUsage() method in TestPerfCountersAndMemoryPools
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/gc/metaspace/
H A DTestPerfCountersAndMemoryPools.java41 checkMemoryUsage("Metaspace", "sun.gc.metaspace"); in main()
44 checkMemoryUsage("Compressed Class Space", "sun.gc.compressedclassspace"); in main()
60 private static void checkMemoryUsage(String memoryPoolName, String perfNS) in checkMemoryUsage() method in TestPerfCountersAndMemoryPools
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/management/ManagementFactory/
H A DValidateOpenTypes.java84 checkMemoryUsage(); in main()
179 private static void checkMemoryUsage() throws Exception { in checkMemoryUsage() method in ValidateOpenTypes
H A DProxyTypeMapping.java84 checkMemoryUsage(); in main()
163 private static void checkMemoryUsage() throws Exception { in checkMemoryUsage() method in ProxyTypeMapping
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java143 checkMemoryUsage(poolname, busage, ausage); in checkGarbageCollectionNotificationInfoContent()
156 …private static void checkMemoryUsage(String poolname, MemoryUsage busage, MemoryUsage ausage) thro… in checkMemoryUsage() method in GarbageCollectionNotificationContentTest

123