Navigation
API > API/Plugins > API/Plugins/MutableRuntime
CounterType is expected to be of the following form. struct FCounterTypeName static std::atomic& Get() { static std::atomic Counter{0}; return Counter; }
Name
TMemoryTrackingAllocatorWrapper
Type
class
Header File
/Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/MemoryTrackingAllocationPolicy.h
Include Path
#include "MuR/MemoryTrackingAllocationPolicy.h"
Syntax
template<typename BaseAlloc, typename CounterType>
class TMemoryTrackingAllocatorWrapper
Copy full snippet
Classes
Enums
Public
Typedefs
Name
Type
Remarks
Include Path
SizeType
typename BaseAlloc::SizeType
MuR/MemoryTrackingAllocationPolicy.h