SysAllocPagedMalloc::Alloc

SysAllocPagedMalloc::Alloc
virtual void* Alloc(UPInt size, UPInt align);
Description

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

Parameters
Parameters 
Description 
UPInt size 
Required size of the memory block. 
UPInt align 
Used for alignment purposes. 
Return Value

Pointer to the newly allocated block or null if no space is available.