MemoryHeap::AllocSysDirect

MemoryHeap::AllocSysDirect
virtual void* AllocSysDirect(UPInt size) = 0;
Description

AllocSysDirect allocates memory block directly from the system allocator. This method must be used with care and only for debugging and/or visualization when it is necessary to allocate some large amount of memory with absolute minimal interference with the existing memory layout. Address alignment is guaranteed only to be SysAllocPaged::Info::MinAlign.

Parameters
Parameters 
Description 
UPInt size 
Required size of the memory block. 
Return Value

Pointer to the newly allocated memory block.