mirror of
https://github.com/wolfpld/tracy.git
synced 2026-01-18 17:11:26 +01:00
9 lines
86 B
C++
9 lines
86 B
C++
#include "TracyMemory.hpp"
|
|
|
|
namespace tracy
|
|
{
|
|
|
|
std::atomic<int64_t> memUsage( 0 );
|
|
|
|
}
|