//clika-runtime/io.clika.runtime/MemoryStats/MemoryStats
MemoryStats
[jvm]
constructor(deviceFreeBytes: Long = 0, deviceTotalBytes: Long = 0, activeBytes: Long = 0, requestedBytes: Long = 0, reservedBytes: Long = 0, cachedBytes: Long = 0, peakActiveBytes: Long = 0, peakReservedBytes: Long = 0, numAllocs: Long = 0, numFrees: Long = 0, numOom: Long = 0, wrappedBytes: Long = 0, wrappedAllocs: Long = 0)