HelpPages

Home | Developer | Libraries | MemoryLib | malloc32

malloc32

MemoryLib - Malloc32 Functions

xstring Acumulator (void);
xindex AcumulatorPoint (xindex acpoint);
width AcumulatorFreeRoom ();
xstring AcumulatorSetAtPoint (xindex point, xstring value);
voidptr MemAlloc (xindex funcIdef, width size);
pointer MemAllocate (xindex funcIdef, width size);
xstring MemAllocString (xindex funcIdef, xstring source);
xindex MemClose (logical force);
erridef MemFree (xindex funcIdef, voidptr idef);
infomemory MemInfo (void);
erridef MemInit ();
void MemInitSet (xindex mxacums, xindex mxstacks, xindex mxblocks);
erridef MemRestore (xindex funcIdef, int memareas);
bstring TempString (xindex funcIdef, width size);
erridef TempStringRelease (xindex funcIdef, bstring tempstr);