Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MemoryMisc.h |
| Include | #include "HAL/MemoryMisc.h" |
Syntax
struct FGenericMemoryStats
Remarks
Holds generic memory stats, internally implemented as a map.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGenericMemoryStatsMap | Data |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const FStringView& InDescription, |
||
| FInternalMap::TRangedForConstIterator | begin () |
Expose iterators only for const ranged-for iteration. | |
| FInternalMap::TRangedForConstIterator | end () |
||
| SIZE_T * | Find
(
const FStringView& InDescription |
||
| const SIZE_T * | Find
(
const FStringView& InDescription |
||
| SIZE_T | FindRef
(
const FStringView& InDescription |
Typedefs
| Name | Description |
|---|---|
| FInternalMap |
Constants
| Name | Description |
|---|---|
| EntryCount | |
| StringLength |