mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
9 lines
84 B
C++
9 lines
84 B
C++
|
#include "TracyMemory.hpp"
|
||
|
|
||
|
namespace tracy
|
||
|
{
|
||
|
|
||
|
std::atomic<size_t> memUsage = 0;
|
||
|
|
||
|
}
|