FFreeMem

Information about a piece of free memory. 8 bytes

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Private/HAL/MallocBinned.cpp

Include

#include "HAL/MallocBinned.cpp"

Syntax

struct FFreeMem

Remarks

Information about a piece of free memory. 8 bytes

Variables

Name Description

Public variable

FFreeMem *

 

Next

Next or MemLastPool[], always in order by pool.

Public variable

uint32

 

NumFreeBlocks

Number of consecutive free blocks here, at least 1.

Public variable

uint32

 

Padding

Make the struct 16 bytes for better alignment

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