Uses of Interface
club.doki7.vma.datatype.IVmaStatistics
Packages that use IVmaStatistics
-
Uses of IVmaStatistics in club.doki7.vma
Methods in club.doki7.vma with parameters of type IVmaStatisticsModifier and TypeMethodDescriptionvoid
VMA.getPoolStatistics
(VmaAllocator allocator, VmaPool pool, IVmaStatistics pPoolStats) Retrieves statistics of existingVmaPool
object.void
VMA.getVirtualBlockStatistics
(VmaVirtualBlock virtualBlock, IVmaStatistics pStats) Calculates and returns statistics about virtual allocations and memory usage in givenVmaVirtualBlock
. -
Uses of IVmaStatistics in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement IVmaStatisticsModifier and TypeClassDescriptionfinal record
Calculated statistics of memory usage e.g. in a specific memory type, heap, custom pool, or total.static final record
Represents a pointer to / an array of null structure(s) in native memory.