Uses of Class
cloud.opencode.base.id.segment.MemorySegmentAllocator
Packages that use MemorySegmentAllocator
-
Uses of MemorySegmentAllocator in cloud.opencode.base.id.segment
Methods in cloud.opencode.base.id.segment that return MemorySegmentAllocatorModifier and TypeMethodDescriptionstatic MemorySegmentAllocatorMemorySegmentAllocator.create()Creates a memory allocator with default settings 使用默认设置创建内存分配器static MemorySegmentAllocatorMemorySegmentAllocator.create(int step) Creates a memory allocator with custom step 使用自定义步长创建内存分配器static MemorySegmentAllocatorMemorySegmentAllocator.create(long startValue, int step) Creates a memory allocator with custom start value and step 使用自定义起始值和步长创建内存分配器