Uses of Record Class
club.doki7.vma.handle.VmaVirtualBlock.Ptr
Packages that use VmaVirtualBlock.Ptr
-
Uses of VmaVirtualBlock.Ptr in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaVirtualBlock.PtrModifier and TypeMethodDescriptionint
VMA.createVirtualBlock
(IVmaVirtualBlockCreateInfo pCreateInfo, VmaVirtualBlock.Ptr pVirtualBlock) Creates newVmaVirtualBlock
object. -
Uses of VmaVirtualBlock.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaVirtualBlock.PtrModifier and TypeMethodDescriptionstatic VmaVirtualBlock.Ptr
static VmaVirtualBlock.Ptr
static VmaVirtualBlock.Ptr
VmaVirtualBlock.Ptr.allocate
(Arena arena, @Nullable VmaVirtualBlock @NotNull [] values) static VmaVirtualBlock.Ptr
VmaVirtualBlock.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VmaVirtualBlock> values) static VmaVirtualBlock.Ptr
VmaVirtualBlock.Ptr.allocateV
(Arena arena, @Nullable VmaVirtualBlock value0, @Nullable VmaVirtualBlock... values) VmaVirtualBlock.Ptr.offset
(long offset) VmaVirtualBlock.Ptr.reinterpret
(long newSize) Assume theVmaVirtualBlock.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaVirtualBlock.Ptr
that uses the same backing storage as thisVmaVirtualBlock.Ptr
, but with the new size.VmaVirtualBlock.Ptr.slice
(long end) VmaVirtualBlock.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).