FPageAllocator

Windows
MacOS
Linux

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.

Functions

Name Description

Public function

void *

 

Alloc()

Public function

void *

 

AllocSmall()

Public function

uint64

 

BytesFree()

Public function

uint64

 

BytesUsed()

Public function

void

 

Free

(
    void* Mem
)

Public function

void

 

FreeSmall

(
    void* Mem
)

Public function Static

FPageAllocat...

 

Get()

Public function

void

 

LatchProtectedMode()

Typedefs

Name

Description

TPageAllocator

Constants

Name

Description

PageSize

SmallPageSize

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss