Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TracyMemory.hpp « server - github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50015472622c4ea46f60a8c573299714f096c9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __TRACYMEMORY_HPP__
#define __TRACYMEMORY_HPP__

#include <stdlib.h>

namespace tracy
{

extern size_t memUsage;

}

#endif