class Trashman::Record(T)

Defined in:

trashman/record.cr

Constructors

Instance Method Summary

Instance methods inherited from class Trashman::BaseRecord

allocations : UInt64 allocations, calc_average_lifetime calc_average_lifetime, callstack : CallStack callstack, deallocations : UInt64 deallocations, type_size type_size, type_str type_str, untrack : Nil untrack

Constructor methods inherited from class Trashman::BaseRecord

new(callstack : CallStack) new

Constructor Detail

def self.new(callstack) #

[View source]

Instance Method Detail

def calc_average_lifetime #

[View source]
def track(ref) : Nil #

[View source]
def tracks?(ptr) : Bool #

[View source]
def type_size : Int32 #

[View source]
def type_str : String #

[View source]
def untrack : Nil #

[View source]