Uses of Record Class
club.doki7.vma.datatype.VmaDefragmentationStats
Packages that use VmaDefragmentationStats
-
Uses of VmaDefragmentationStats in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaDefragmentationStatsModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaDefragmentationStatsModifier and TypeMethodDescriptionstatic VmaDefragmentationStats
VmaDefragmentationStats.allocationsMoved
(int value) @NotNull VmaDefragmentationStats
VmaDefragmentationStats.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VmaDefragmentationStats.bytesFreed
(long value) VmaDefragmentationStats.bytesMoved
(long value) static VmaDefragmentationStats
VmaDefragmentationStats.clone
(Arena arena, VmaDefragmentationStats src) VmaDefragmentationStats.deviceMemoryBlocksFreed
(int value) VmaDefragmentationStats.Ptr.toArray()
Methods in club.doki7.vma.datatype that return types with arguments of type VmaDefragmentationStatsModifier and TypeMethodDescription@NotNull Iterator
<VmaDefragmentationStats> VmaDefragmentationStats.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaDefragmentationStatsModifier and TypeMethodDescriptionstatic VmaDefragmentationStats
VmaDefragmentationStats.clone
(Arena arena, VmaDefragmentationStats src) void
VmaDefragmentationStats.Ptr.write
(long index, @NotNull VmaDefragmentationStats value)