SysAllocStatic::SysAllocStatic

SysAllocStatic::SysAllocStatic
SF_EXPORT SysAllocStatic(void* mem1 = 0, UPInt size1 = 0, void* mem2 = 0, UPInt size2 = 0, void* mem3 = 0, UPInt size3 = 0, void* mem4 = 0, UPInt size4 = 0);
SF_EXPORT SysAllocStatic(UPInt minSize);
Description

Initializes SysAllocStatic object. Memory segments can be added to the allocator and the maximum number of segments which can be added to allocator is 4.

Parameters
Parameters 
Description 
void* mem1 = 0 
Memory segment added in the allocator. 
UPInt size1 = 0 
Minimum size of the segment that can be allocated in the memory block. 
void* mem2 = 0 
Memory segment added in the allocator. 
UPInt size2 = 0 
Minimum size of the segment that can be allocated in the memory block. 
void* mem3 = 0 
Memory segment added in the allocator. 
UPInt size3 = 0 
Minimum size of the segment that can be allocated in the memory block. 
void* mem4 = 0 
Memory segment added in the allocator. 
UPInt size4 = 0 
Minimum size of the segment that can be allocated in the memory block. 
UPInt minSize 
Minimum size of the memory block.