Ark Server API (ASA) - Wiki
|
#include <MallocCallstackHandler.h>
Public Member Functions | |
FCallStackMapKey (uint64 *InCallStack) | |
Public Attributes | |
uint32 | CRC |
uint64 * | CallStack |
Friends | |
bool | operator== (const FCallStackMapKey &A, const FCallStackMapKey &B) |
uint32 | GetTypeHash (const FCallStackMapKey &InKey) |
Used as a key in our current allocations/freed allocations maps
Definition at line 161 of file MallocCallstackHandler.h.
|
inline |
Definition at line 166 of file MallocCallstackHandler.h.
|
friend |
Definition at line 192 of file MallocCallstackHandler.h.
|
friend |
Definition at line 172 of file MallocCallstackHandler.h.
uint64* FMallocCallstackHandler::FCallStackMapKey::CallStack |
Definition at line 164 of file MallocCallstackHandler.h.
uint32 FMallocCallstackHandler::FCallStackMapKey::CRC |
Definition at line 163 of file MallocCallstackHandler.h.