MemoryStats
type MemoryStats struct {
DeviceFreeBytes uint64
DeviceTotalBytes uint64
ActiveBytes uint64
RequestedBytes uint64
ReservedBytes uint64
CachedBytes uint64
PeakActiveBytes uint64
PeakReservedBytes uint64
NumAllocs uint64
NumFrees uint64
NumOom uint64
WrappedBytes uint64
WrappedAllocs uint64
}
MemoryStats mirrors the C ABI's `clika_rt_memory_stats` POD.