Home
last modified time | relevance | path

Searched refs:SIZE_256M (Results 1 – 15 of 15) sorted by relevance

/dports/math/universal/universal-3.48/include/universal/blas/
H A Dblas.hpp33 constexpr uint64_t SIZE_256M = 256 * SIZE_1M; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_xlc.hpp174 #define SIZE_256M ((uint64_t) 0x10000000ULL) macro
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_xlc.hpp174 #define SIZE_256M ((uint64_t) 0x10000000ULL) macro
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestSegmentAllocators.java98 static final int SIZE_256M = 1024 * 1024 * 256; field in TestSegmentAllocators
104 for (int i = 8 ; i < SIZE_256M ; i *= 8) { in testBigAllocationInUnboundedScope()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/
H A DTestNativeScope.java106 static final int SIZE_256M = 1024 * 1024 * 256; field in TestNativeScope
111 for (int i = 8 ; i < SIZE_256M ; i *= 8) { in testBigAllocationInUnboundedScope()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/memory/
H A Dvirtualspace.cpp429 #define SIZE_256M ((uint64_t) UCONST64( 0x10000000)) macro
490 AIX_ONLY(SIZE_256M) // Known shm boundary alignment. in initialize_compressed_heap()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dvirtualspace.cpp444 #define SIZE_256M ((uint64_t) UCONST64( 0x10000000)) macro
505 AIX_ONLY(SIZE_256M) // Known shm boundary alignment. in initialize_compressed_heap()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dvirtualspace.cpp444 #define SIZE_256M ((uint64_t) UCONST64( 0x10000000)) macro
505 AIX_ONLY(SIZE_256M) // Known shm boundary alignment. in initialize_compressed_heap()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/
H A Dvirtualspace.cpp440 #define SIZE_256M ((uint64_t) UCONST64( 0x10000000)) macro
501 AIX_ONLY(SIZE_256M) // Known shm boundary alignment. in initialize_compressed_heap()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/
H A Dvirtualspace.cpp444 #define SIZE_256M ((uint64_t) UCONST64( 0x10000000)) macro
505 AIX_ONLY(SIZE_256M) // Known shm boundary alignment. in initialize_compressed_heap()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A Dvirtualspace.cpp474 #define SIZE_256M ((uint64_t) UCONST64( 0x10000000)) macro
535 AIX_ONLY(SIZE_256M) // Known shm boundary alignment. in initialize_compressed_heap()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/
H A Dvirtualspace.cpp434 #define SIZE_256M ((uint64_t) UCONST64( 0x10000000)) macro
495 AIX_ONLY(SIZE_256M) // Known shm boundary alignment. in initialize_compressed_heap()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/
H A Dvirtualspace.cpp440 #define SIZE_256M ((uint64_t) UCONST64( 0x10000000)) macro
501 AIX_ONLY(SIZE_256M) // Known shm boundary alignment. in initialize_compressed_heap()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dos_aix.cpp2318 if (requested_addr && ((uintptr_t)requested_addr % SIZE_256M == 0)) { in reserve_shmatted_memory()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dos_aix.cpp2318 if (requested_addr && ((uintptr_t)requested_addr % SIZE_256M == 0)) { in reserve_shmatted_memory()