virtual void* AllocSysDirect(UPInt size) = 0;
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 |
Description |
UPInt size |
Required size of the memory block. |
Pointer to the newly allocated memory block.