Uses of Record Class
club.doki7.vma.handle.VmaVirtualAllocation.Ptr
Packages that use VmaVirtualAllocation.Ptr
-
Uses of VmaVirtualAllocation.Ptr in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaVirtualAllocation.PtrModifier and TypeMethodDescriptionintVMA.virtualAllocate(VmaVirtualBlock virtualBlock, IVmaVirtualAllocationCreateInfo pCreateInfo, VmaVirtualAllocation.Ptr pAllocation, @Nullable LongPtr pOffset) Allocates new virtual allocation inside givenVmaVirtualBlock. -
Uses of VmaVirtualAllocation.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaVirtualAllocation.PtrModifier and TypeMethodDescriptionstatic VmaVirtualAllocation.Ptrstatic VmaVirtualAllocation.Ptrstatic VmaVirtualAllocation.PtrVmaVirtualAllocation.Ptr.allocate(Arena arena, @Nullable VmaVirtualAllocation @NotNull [] values) static VmaVirtualAllocation.PtrVmaVirtualAllocation.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VmaVirtualAllocation> values) static VmaVirtualAllocation.PtrVmaVirtualAllocation.Ptr.allocateV(Arena arena, @Nullable VmaVirtualAllocation value0, @Nullable VmaVirtualAllocation... values) VmaVirtualAllocation.Ptr.offset(long offset) VmaVirtualAllocation.Ptr.reinterpret(long newSize) Assume theVmaVirtualAllocation.Ptris capable of holding at leastnewSizehandles, create a new viewVmaVirtualAllocation.Ptrthat uses the same backing storage as thisVmaVirtualAllocation.Ptr, but with the new size.VmaVirtualAllocation.Ptr.slice(long end) VmaVirtualAllocation.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).