C# Class ilcc.Runtime.C.CAlloc

Mostrar archivo Open project: soywiz/ilcc Class Usage Examples

Private Methods

Method Description
calloc ( int Num, int Size ) : void*
free ( void Pointer ) : void
malloc ( int Size ) : void*
realloc ( void Pointer, int Size ) : void*