SysAlloc::Alloc

SysAlloc::Alloc
virtual void* Alloc(UPInt size, UPInt align) = 0;
Description

Alloc allocates a large block of memory of specified size to the heap.

Parameters
Parameters 
Description 
UPInt size 
Required size of the block. 
UPInt align 
Memory address alignment value of zero or power of two if alignment is supported. If unsupported, this argument can be ignored. 
Return Value

The newly allocated block.