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 |
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. |