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 TypeMethodDescriptionintVMA.createVirtualBlock(IVmaVirtualBlockCreateInfo pCreateInfo, VmaVirtualBlock.Ptr pVirtualBlock) Creates newVmaVirtualBlockobject. -
Uses of VmaVirtualBlock.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaVirtualBlock.PtrModifier and TypeMethodDescriptionstatic VmaVirtualBlock.Ptrstatic VmaVirtualBlock.Ptrstatic VmaVirtualBlock.PtrVmaVirtualBlock.Ptr.allocate(Arena arena, @Nullable VmaVirtualBlock @NotNull [] values) static VmaVirtualBlock.PtrVmaVirtualBlock.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VmaVirtualBlock> values) static VmaVirtualBlock.PtrVmaVirtualBlock.Ptr.allocateV(Arena arena, @Nullable VmaVirtualBlock value0, @Nullable VmaVirtualBlock... values) VmaVirtualBlock.Ptr.offset(long offset) VmaVirtualBlock.Ptr.reinterpret(long newSize) Assume theVmaVirtualBlock.Ptris capable of holding at leastnewSizehandles, create a new viewVmaVirtualBlock.Ptrthat 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).