Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/MemStack.h |
| Include | #include "Misc/MemStack.h" |
Syntax
class FPageAllocator
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void * | Alloc () |
||
| void * | AllocSmall () |
||
| uint64 | BytesFree () |
||
| uint64 | BytesUsed () |
||
| void | Free
(
void* Mem |
||
| void | FreeSmall
(
void* Mem |
||
| FPageAllocator & | Get () |
||
| void |
Typedefs
| Name | Description |
|---|---|
| TPageAllocator |
Constants
| Name | Description |
|---|---|
| Instance | |
| PageSize | |
| SmallPageSize |