SysAllocStatic::AddMemSegment

SysAllocStatic::AddMemSegment
SF_EXPORT void AddMemSegment(void* mem, UPInt size);
Description

AddMemSegment adds a memory segment to the single memory block used by the heap.

Parameters
Parameters 
Description 
void* mem 
Pointer to a memory segment. 
UPInt size 
Size of the memory block.