Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DvirtualMemoryTracker.cpp52 if (all_committed()) return true; in add_committed_region()
97 if (all_committed() != b) { in set_all_committed()
147 if (all_committed()) { in remove_uncommitted_region()
256 if (all_committed()) { in committed_size()
296 const NativeCallStack& stack, MEMFLAGS flag, bool all_committed) { in add_reserved_region() argument
307 node->data()->set_all_committed(all_committed); in add_reserved_region()
H A DvirtualMemoryTracker.hpp350 inline bool all_committed() const { return _all_committed; } in all_committed() function in ReservedMemoryRegion
363 _all_committed = other.all_committed(); in operator =()
364 if (other.all_committed()) { in operator =()
406 MEMFLAGS flag = mtNone, bool all_committed = false);
H A DmemReporter.cpp263 bool all_committed = reserved_rgn->all_committed(); in report_virtual_memory_region() local
264 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
275 if (all_committed) return; in report_virtual_memory_region()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DvirtualMemoryTracker.cpp52 if (all_committed()) return true; in add_committed_region()
97 if (all_committed() != b) { in set_all_committed()
147 if (all_committed()) { in remove_uncommitted_region()
256 if (all_committed()) { in committed_size()
296 const NativeCallStack& stack, MEMFLAGS flag, bool all_committed) { in add_reserved_region() argument
307 node->data()->set_all_committed(all_committed); in add_reserved_region()
H A DvirtualMemoryTracker.hpp350 inline bool all_committed() const { return _all_committed; } in all_committed() function in ReservedMemoryRegion
363 _all_committed = other.all_committed(); in operator =()
364 if (other.all_committed()) { in operator =()
406 MEMFLAGS flag = mtNone, bool all_committed = false);
H A DmemReporter.cpp263 bool all_committed = reserved_rgn->all_committed(); in report_virtual_memory_region() local
264 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
275 if (all_committed) return; in report_virtual_memory_region()
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/src/
H A Darena.c220 void _mi_arena_free(void* p, size_t size, size_t memid, bool all_committed, mi_stats_t* stats) { in _mi_arena_free() argument
226 _mi_os_free_ex(p, size, all_committed, stats); in _mi_arena_free()
249 mi_assert_internal(all_committed); in _mi_arena_free()
H A Dregion.c52 void _mi_arena_free(void* p, size_t size, size_t memid, bool all_committed, mi_stats_t* stats);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libmimalloc-sys-0.1.23/c_src/mimalloc/src/
H A Darena.c220 void _mi_arena_free(void* p, size_t size, size_t memid, bool all_committed, mi_stats_t* stats) { in _mi_arena_free() argument
226 _mi_os_free_ex(p, size, all_committed, stats); in _mi_arena_free()
249 …mi_assert_internal(all_committed); // note: may be not true as we may "pretend" to be not committe… in _mi_arena_free()
H A Dregion.c52 void _mi_arena_free(void* p, size_t size, size_t memid, bool all_committed, mi_stats_t* stats);
/dports/devel/mimalloc/mimalloc-2.0.3/src/
H A Darena.c234 void _mi_arena_free(void* p, size_t size, size_t memid, bool all_committed, mi_os_tld_t* tld) { in _mi_arena_free() argument
241 _mi_os_free_ex(p, size, all_committed, tld->stats); in _mi_arena_free()
264 …mi_assert_internal(all_committed); // note: may be not true as we may "pretend" to be not committe… in _mi_arena_free()
H A Dregion.c52 void _mi_arena_free(void* p, size_t size, size_t memid, bool all_committed, mi_stats_t* stats);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DmemReporter.cpp298 bool all_committed = reserved_rgn->size() == reserved_rgn->committed_size(); in report_virtual_memory_region() local
299 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
310 if (all_committed) { in report_virtual_memory_region()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/services/
H A DmemReporter.cpp294 bool all_committed = reserved_rgn->size() == reserved_rgn->committed_size(); in report_virtual_memory_region() local
295 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
306 if (all_committed) { in report_virtual_memory_region()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/services/
H A DmemReporter.cpp339 bool all_committed = reserved_rgn->size() == reserved_rgn->committed_size(); in report_virtual_memory_region() local
340 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
351 if (all_committed) { in report_virtual_memory_region()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DmemReporter.cpp298 bool all_committed = reserved_rgn->size() == reserved_rgn->committed_size(); in report_virtual_memory_region() local
299 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
310 if (all_committed) { in report_virtual_memory_region()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/services/
H A DmemReporter.cpp318 bool all_committed = reserved_rgn->size() == reserved_rgn->committed_size(); in report_virtual_memory_region() local
319 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
330 if (all_committed) { in report_virtual_memory_region()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/services/
H A DmemReporter.cpp319 bool all_committed = reserved_rgn->size() == reserved_rgn->committed_size(); in report_virtual_memory_region() local
320 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
331 if (all_committed) { in report_virtual_memory_region()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/services/
H A DmemReporter.cpp318 bool all_committed = reserved_rgn->size() == reserved_rgn->committed_size(); in report_virtual_memory_region() local
319 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
330 if (all_committed) { in report_virtual_memory_region()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/services/
H A DmemReporter.cpp318 bool all_committed = reserved_rgn->size() == reserved_rgn->committed_size(); in report_virtual_memory_region() local
319 const char* region_type = (all_committed ? "reserved and committed" : "reserved"); in report_virtual_memory_region()
330 if (all_committed) { in report_virtual_memory_region()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dwiredtiger.in2498 * @config{get, specify which timestamp to query: \c all_committed
2507 * string\, chosen from the following options: \c "all_committed"\, \c
2509 * \c "recovery"\, \c "stable"; default \c all_committed.}