Home
last modified time | relevance | path

Searched refs:is_allocatable (Results 101 – 125 of 222) sorted by relevance

123456789

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/linux_arm/
H A Dos_linux_arm.hpp37 static bool is_allocatable(size_t bytes);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/bsd_arm/
H A Dos_bsd_arm.hpp41 static bool is_allocatable(size_t bytes);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_arm/
H A Dos_linux_arm.hpp37 static bool is_allocatable(size_t bytes);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/linux_arm/
H A Dos_linux_arm.hpp41 static bool is_allocatable(size_t bytes);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/linux_arm/
H A Dos_linux_arm.hpp37 static bool is_allocatable(size_t bytes);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os_cpu/linux_arm/
H A Dos_linux_arm.hpp37 static bool is_allocatable(size_t bytes);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os_cpu/linux_arm/
H A Dos_linux_arm.hpp37 static bool is_allocatable(size_t bytes);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/posix/vm/
H A Dos_posix.cpp281 if (is_allocatable(upper_limit) || (upper_limit <= min_allocation_size)) { in has_allocatable_memory_limit()
283 } else if (!is_allocatable(min_allocation_size)) { in has_allocatable_memory_limit()
293 if (is_allocatable(temp_limit)) { in has_allocatable_memory_limit()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/posix/vm/
H A Dos_posix.cpp281 if (is_allocatable(upper_limit) || (upper_limit <= min_allocation_size)) { in has_allocatable_memory_limit()
283 } else if (!is_allocatable(min_allocation_size)) { in has_allocatable_memory_limit()
293 if (is_allocatable(temp_limit)) { in has_allocatable_memory_limit()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/
H A DarchiveUtils.hpp153 bool is_allocatable() const { in is_allocatable() function in DumpRegion
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A DarchiveUtils.hpp171 bool is_allocatable() const { in is_allocatable() function in DumpRegion
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/
H A DmetaspaceShared.hpp79 bool is_allocatable() const { in is_allocatable() function in DumpRegion
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp176 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A Dos_posix.cpp585 static bool is_allocatable(size_t s) { in is_allocatable() function
647 if (is_allocatable(upper_limit) || (upper_limit <= min_allocation_size)) { in has_allocatable_memory_limit()
649 } else if (!is_allocatable(min_allocation_size)) { in has_allocatable_memory_limit()
659 if (is_allocatable(temp_limit)) { in has_allocatable_memory_limit()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_zero/
H A Dos_linux_zero.cpp199 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp259 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp249 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp259 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp248 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/
H A DmetaspaceShared.hpp84 bool is_allocatable() const { in is_allocatable() function in DumpRegion
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp243 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp249 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/
H A DmetaspaceShared.hpp80 bool is_allocatable() const { in is_allocatable() function in DumpRegion
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp254 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp254 bool os::is_allocatable(size_t bytes) { in is_allocatable() function in os

123456789