SysAllocWinAPI::Alloc

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

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

Parameters
Parameters 
Description 
UPInt size 
Required size of the memory block. 
UPInt align 
Memory address alignment value that the allocator must provide. This value is always a power of two. 
Return Value

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