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 recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaDefragmentationStatsModifier and TypeMethodDescriptionstatic VmaDefragmentationStatsVmaDefragmentationStats.allocationsMoved(int value) @NotNull VmaDefragmentationStatsVmaDefragmentationStats.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VmaDefragmentationStats.bytesFreed(long value) VmaDefragmentationStats.bytesMoved(long value) static VmaDefragmentationStatsVmaDefragmentationStats.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 VmaDefragmentationStatsVmaDefragmentationStats.clone(Arena arena, VmaDefragmentationStats src) voidVmaDefragmentationStats.Ptr.write(long index, @NotNull VmaDefragmentationStats value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaDefragmentationStatsModifier and TypeMethodDescriptionVmaDefragmentationStats.Ptr.at(long index, @NotNull Consumer<@NotNull VmaDefragmentationStats> consumer)