Scaleform::SysAllocMMAP
class SysAllocMMAP : public SysAllocBase_SingletonSupport<SysAllocMMAP, SysAllocPaged>;
SysAllocMMAP is a system allocator which uses posix functions - mmap(), mremap(), and munmap().
|
Method |
Description |
|
Allocates a block of memory of specified size to the heap. | |
|
Releases the block of memory allocated by Alloc. | |
|
Returns the allocator alignment support and granularity capabilities of the system allocator implementation by filling in the SysAllocPaged::Info structure members. | |
|
Initializes the SysAllocMMAP object. | |
|
Attempts to reallocate memory to a new size without moving it. |
HeapPT_SysAllocMMAP.h