template<typename BaseAlloc, typename CounterType>
class TMemoryTrackingAllocatorWrapper
Remarks
CounterType is expected to be of the following form, the alingas is needed to prevent type clashes between modules. struct FCounterTypeName { alignas(8) static inline std::atomic Counter {0};
};