Uses of Record Class
club.doki7.vma.datatype.VmaDetailedStatistics
Packages that use VmaDetailedStatistics
-
Uses of VmaDetailedStatistics in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaDetailedStatisticsModifier 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 VmaDetailedStatisticsModifier and TypeMethodDescriptionstatic VmaDetailedStatistics
VmaDetailedStatistics.allocationSizeMax
(long value) VmaDetailedStatistics.allocationSizeMin
(long value) @NotNull VmaDetailedStatistics
VmaDetailedStatistics.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VmaDetailedStatistics
VmaDetailedStatistics.clone
(Arena arena, VmaDetailedStatistics src) VmaTotalStatistics.memoryHeapAt
(int index) VmaTotalStatistics.memoryTypeAt
(int index) VmaDetailedStatistics.statistics
(@NotNull VmaStatistics value) VmaDetailedStatistics.statistics
(Consumer<@NotNull VmaStatistics> consumer) VmaDetailedStatistics.Ptr.toArray()
@NotNull VmaDetailedStatistics
VmaTotalStatistics.total()
VmaDetailedStatistics.unusedRangeCount
(int value) VmaDetailedStatistics.unusedRangeSizeMax
(long value) VmaDetailedStatistics.unusedRangeSizeMin
(long value) Methods in club.doki7.vma.datatype that return types with arguments of type VmaDetailedStatisticsModifier and TypeMethodDescription@NotNull Iterator
<VmaDetailedStatistics> VmaDetailedStatistics.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaDetailedStatisticsModifier and TypeMethodDescriptionstatic VmaDetailedStatistics
VmaDetailedStatistics.clone
(Arena arena, VmaDetailedStatistics src) void
VmaTotalStatistics.memoryHeapAt
(int index, VmaDetailedStatistics value) void
VmaTotalStatistics.memoryTypeAt
(int index, VmaDetailedStatistics value) VmaTotalStatistics.total
(@NotNull VmaDetailedStatistics value) void
VmaDetailedStatistics.Ptr.write
(long index, @NotNull VmaDetailedStatistics value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaDetailedStatisticsModifier and TypeMethodDescriptionVmaDetailedStatistics.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaDetailedStatistics> consumer) VmaTotalStatistics.total
(Consumer<@NotNull VmaDetailedStatistics> consumer)