Uses of Record Class
club.doki7.vma.datatype.VmaDetailedStatistics.Ptr
Packages that use VmaDetailedStatistics.Ptr
-
Uses of VmaDetailedStatistics.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaDetailedStatistics.PtrModifier and TypeMethodDescriptionstatic VmaDetailedStatistics.Ptr
VmaTotalStatistics.memoryHeap()
VmaTotalStatistics.memoryType()
@NotNull VmaDetailedStatistics.Ptr
VmaDetailedStatistics.Ptr.offset
(long offset) @NotNull VmaDetailedStatistics.Ptr
VmaDetailedStatistics.Ptr.reinterpret
(long newSize) Assume theVmaDetailedStatistics.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaDetailedStatistics.Ptr
that uses the same backing storage as thisVmaDetailedStatistics.Ptr
, but with the new size.VmaDetailedStatistics.Ptr.slice
(long end) @NotNull VmaDetailedStatistics.Ptr
VmaDetailedStatistics.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).Methods in club.doki7.vma.datatype with parameters of type VmaDetailedStatistics.PtrModifier and TypeMethodDescriptionVmaTotalStatistics.memoryHeap
(VmaDetailedStatistics.Ptr value) VmaTotalStatistics.memoryType
(VmaDetailedStatistics.Ptr value)