Uses of Record Class
club.doki7.vma.datatype.VmaStatistics
Packages that use VmaStatistics
-
Uses of VmaStatistics in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaStatisticsModifier 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 VmaStatisticsModifier and TypeMethodDescriptionstatic VmaStatistics
VmaStatistics.allocationBytes
(long value) VmaStatistics.allocationCount
(int value) @NotNull VmaStatistics
VmaStatistics.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VmaStatistics.blockBytes
(long value) VmaStatistics.blockCount
(int value) static VmaStatistics
VmaStatistics.clone
(Arena arena, VmaStatistics src) @NotNull VmaStatistics
VmaBudget.statistics()
@NotNull VmaStatistics
VmaDetailedStatistics.statistics()
VmaStatistics.Ptr.toArray()
Methods in club.doki7.vma.datatype that return types with arguments of type VmaStatisticsMethods in club.doki7.vma.datatype with parameters of type VmaStatisticsModifier and TypeMethodDescriptionstatic VmaStatistics
VmaStatistics.clone
(Arena arena, VmaStatistics src) VmaBudget.statistics
(@NotNull VmaStatistics value) VmaDetailedStatistics.statistics
(@NotNull VmaStatistics value) void
VmaStatistics.Ptr.write
(long index, @NotNull VmaStatistics value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaStatisticsModifier and TypeMethodDescriptionVmaStatistics.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaStatistics> consumer) VmaBudget.statistics
(Consumer<@NotNull VmaStatistics> consumer) VmaDetailedStatistics.statistics
(Consumer<@NotNull VmaStatistics> consumer)