インタフェースjava.lang.foreign.SegmentAllocatorの
使用
SegmentAllocatorPREVIEWを使用するパッケージ
-
java.lang.foreignでのSegmentAllocatorPREVIEWの使用
java.lang.foreign内のSegmentAllocatorPREVIEWのサブインタフェース修飾子と型メソッド説明static SegmentAllocatorPREVIEWSegmentAllocator.implicitAllocator()独立した「暗黙的なメモリー・セッション」PREVIEWでネイティブ・セグメントを割り当てるロケータを返します。static SegmentAllocatorPREVIEWSegmentAllocator.newNativeArena(long arenaSize, long blockSize, MemorySessionPREVIEW session) ネイティブ・メモリー・セグメントを割り当てるために使用されるアリーナ・ベースのロケータを作成します。static SegmentAllocatorPREVIEWSegmentAllocator.newNativeArena(long arenaSize, MemorySessionPREVIEW session) ネイティブ・メモリー・セグメントを割り当てるために使用されるアリーナ・ベースのロケータを作成します。static SegmentAllocatorPREVIEWSegmentAllocator.newNativeArena(MemorySessionPREVIEW session) ネイティブ・メモリー・セグメントを割り当てるために使用される無制限のロケータを作成します。static SegmentAllocatorPREVIEWSegmentAllocator.prefixAllocator(MemorySegmentPREVIEW segment) 単一のセグメントのリサイクルによって配賦リクエストに応答するセグメント・ロケータを返します。SegmentAllocatorPREVIEW型のパラメータを持つjava.lang.foreignのメソッド修飾子と型メソッド説明VaList.nextVarg(GroupLayoutPREVIEW layout, SegmentAllocatorPREVIEW allocator) 次の値をMemorySegmentとして読み取って、この変数引数リストの位置を進めます。