Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMallocCallstackHandler
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MallocCallstackHandler.h |
| Include | #include "HAL/MallocCallstackHandler.h" |
Syntax
struct FCallStackMapKey
Remarks
Used as a key in our current allocations/freed allocations maps
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 * | CallStack | ||
| uint32 | CRC |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCallStackMapKey
(
uint64* InCallStack |