Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMemStackBase
| Name | EPageSize |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MemStack.h |
| Include Path | #include "Misc/MemStack.h" |
Syntax
enum EPageSize
{
Small,
Large,
}
Values
| Name | Remarks |
|---|---|
| Small | Small pages are allocated unless the allocation requires a larger page. |
| Large | Large pages are always allocated. |