GC::Stats

struct GC::Stats

Defined in:

gc/boehm.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new(heap_size : LibC::ULong, free_bytes : LibC::ULong, unmapped_bytes : LibC::ULong, bytes_since_gc : LibC::ULong, total_bytes : LibC::ULong)Source

Instance Method Detail

def bytes_since_gc : LibC::ULong

def cloneSource

def free_bytes : LibC::ULong

def heap_size : LibC::ULong

def total_bytes : LibC::ULong

def unmapped_bytes : LibC::ULong

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/GC/Stats.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部