glib.mem_chunk

Module for [MemChunk] class

class MemChunk

Types 1

Fields
GMemChunk * _cInstancePtr
bool owned
Methods
void * _cPtr() nothrow
void * alloc() nothrow
void * alloc0() nothrow
void clean() nothrow
void destroy() nothrow
void print() nothrow
void reset() nothrow
void info() static nothrow
Constructors
this(void * ptr, Flag!"Take" take)