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.PtrVmaDetailedStatistics.Ptr.at(long index, @NotNull Consumer<@NotNull VmaDetailedStatistics> consumer) VmaTotalStatistics.memoryHeap()VmaTotalStatistics.memoryType()@NotNull VmaDetailedStatistics.PtrVmaDetailedStatistics.Ptr.offset(long offset) @NotNull VmaDetailedStatistics.PtrVmaDetailedStatistics.Ptr.reinterpret(long newSize) Assume theVmaDetailedStatistics.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDetailedStatistics.Ptrthat uses the same backing storage as thisVmaDetailedStatistics.Ptr, but with the new size.VmaDetailedStatistics.Ptr.slice(long end) @NotNull VmaDetailedStatistics.PtrVmaDetailedStatistics.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) Method parameters in club.doki7.vma.datatype with type arguments of type VmaDetailedStatistics.PtrModifier and TypeMethodDescriptionVmaTotalStatistics.memoryHeap(@NotNull Consumer<VmaDetailedStatistics.Ptr> consumer) VmaTotalStatistics.memoryType(@NotNull Consumer<VmaDetailedStatistics.Ptr> consumer)