class GLib::MemChunk

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/mem_chunk.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

Class Method Detail

def self.info : Nil #

Instance Method Detail

def alloc : Pointer(Void) | Nil #

def alloc0 : Pointer(Void) | Nil #

def clean : Nil #

def destroy : Nil #

def free(mem : Pointer(Void) | Nil) : Nil #

def print : Nil #

def reset : Nil #

def to_unsafe : Pointer(Void) #