Uses of Record Class
club.doki7.vma.handle.VmaDefragmentationContext.Ptr
Packages that use VmaDefragmentationContext.Ptr
-
Uses of VmaDefragmentationContext.Ptr in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaDefragmentationContext.PtrModifier and TypeMethodDescriptionint
VMA.beginDefragmentation
(VmaAllocator allocator, IVmaDefragmentationInfo pInfo, VmaDefragmentationContext.Ptr pContext) Begins defragmentation process. -
Uses of VmaDefragmentationContext.Ptr in club.doki7.vma.handle
Methods in club.doki7.vma.handle that return VmaDefragmentationContext.PtrModifier and TypeMethodDescriptionVmaDefragmentationContext.Ptr.allocate
(Arena arena, @Nullable VmaDefragmentationContext @NotNull [] values) VmaDefragmentationContext.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VmaDefragmentationContext> values) VmaDefragmentationContext.Ptr.allocateV
(Arena arena, @Nullable VmaDefragmentationContext value0, @Nullable VmaDefragmentationContext... values) VmaDefragmentationContext.Ptr.offset
(long offset) VmaDefragmentationContext.Ptr.reinterpret
(long newSize) Assume theVmaDefragmentationContext.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaDefragmentationContext.Ptr
that uses the same backing storage as thisVmaDefragmentationContext.Ptr
, but with the new size.VmaDefragmentationContext.Ptr.slice
(long end) VmaDefragmentationContext.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).