Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocDebug
Structure for memory debugging.
| Name | FMemDebug |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocDebug.h |
| Include Path | #include "HAL/MallocDebug.h" |
Syntax
struct FMemDebug
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Next | FMemDebug * | HAL/MallocDebug.h | ||
| PreTag | int32 * | HAL/MallocDebug.h | ||
| PrevLink | FMemDebug ** | HAL/MallocDebug.h | ||
| RefCount | int32 | HAL/MallocDebug.h | ||
| Size | SIZE_T | HAL/MallocDebug.h |