Home
last modified time | relevance | path

Searched refs:start_frees (Results 1 – 12 of 12) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dallocation.cpp263 start_frees = os::num_frees; in AllocStats()
271 julong AllocStats::num_frees() { return os::num_frees - start_frees; } in num_frees()
H A Dallocation.hpp494 julong start_mallocs, start_frees; member in AllocStats
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dallocation.cpp263 start_frees = os::num_frees; in AllocStats()
271 julong AllocStats::num_frees() { return os::num_frees - start_frees; } in num_frees()
H A Dallocation.hpp494 julong start_mallocs, start_frees; member in AllocStats
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/
H A Dallocation.cpp265 start_frees = os::num_frees; in AllocStats()
273 julong AllocStats::num_frees() { return os::num_frees - start_frees; } in num_frees()
H A Dallocation.hpp514 julong start_mallocs, start_frees; member in AllocStats
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/
H A Dallocation.cpp257 start_frees = os::num_frees; in AllocStats()
265 julong AllocStats::num_frees() { return os::num_frees - start_frees; } in num_frees()
H A Dallocation.hpp493 julong start_mallocs, start_frees; member in AllocStats
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dallocation.cpp738 start_frees = os::num_frees; in AllocStats()
746 julong AllocStats::num_frees() { return os::num_frees - start_frees; } in num_frees()
H A Dallocation.hpp690 julong start_mallocs, start_frees; member in AllocStats
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dallocation.cpp738 start_frees = os::num_frees; in AllocStats()
746 julong AllocStats::num_frees() { return os::num_frees - start_frees; } in num_frees()
H A Dallocation.hpp690 julong start_mallocs, start_frees; member in AllocStats