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