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.PtrVmaVirtualAllocationInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaVirtualAllocationInfo> consumer) @NotNull VmaVirtualAllocationInfo.PtrVmaVirtualAllocationInfo.Ptr.offset(long offset) @NotNull VmaVirtualAllocationInfo.PtrVmaVirtualAllocationInfo.Ptr.reinterpret(long newSize) Assume theVmaVirtualAllocationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaVirtualAllocationInfo.Ptrthat uses the same backing storage as thisVmaVirtualAllocationInfo.Ptr, but with the new size.VmaVirtualAllocationInfo.Ptr.slice(long end) @NotNull VmaVirtualAllocationInfo.PtrVmaVirtualAllocationInfo.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).