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 recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaStatisticsModifier and TypeMethodDescriptionstatic VmaStatisticsVmaStatistics.allocationBytes(long value) VmaStatistics.allocationCount(int value) @NotNull VmaStatisticsVmaStatistics.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VmaStatistics.blockBytes(long value) VmaStatistics.blockCount(int value) static VmaStatisticsVmaStatistics.clone(Arena arena, VmaStatistics src) @NotNull VmaStatisticsVmaBudget.statistics()@NotNull VmaStatisticsVmaDetailedStatistics.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 VmaStatisticsVmaStatistics.clone(Arena arena, VmaStatistics src) VmaBudget.statistics(@NotNull VmaStatistics value) VmaDetailedStatistics.statistics(@NotNull VmaStatistics value) voidVmaStatistics.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)