Uses of Record Class
club.doki7.vma.datatype.VmaVirtualAllocationInfo.Ptr
Packages that use VmaVirtualAllocationInfo.Ptr
-
Uses of VmaVirtualAllocationInfo.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaVirtualAllocationInfo.PtrModifier and TypeMethodDescriptionstatic VmaVirtualAllocationInfo.Ptr
@NotNull VmaVirtualAllocationInfo.Ptr
VmaVirtualAllocationInfo.Ptr.offset
(long offset) @NotNull VmaVirtualAllocationInfo.Ptr
VmaVirtualAllocationInfo.Ptr.reinterpret
(long newSize) Assume theVmaVirtualAllocationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaVirtualAllocationInfo.Ptr
that uses the same backing storage as thisVmaVirtualAllocationInfo.Ptr
, but with the new size.VmaVirtualAllocationInfo.Ptr.slice
(long end) @NotNull VmaVirtualAllocationInfo.Ptr
VmaVirtualAllocationInfo.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).