mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
9 lines
85 B
C++
9 lines
85 B
C++
#include "TracyMemory.hpp"
|
|
|
|
namespace tracy
|
|
{
|
|
|
|
std::atomic<size_t> memUsage( 0 );
|
|
|
|
}
|