1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move TracyAlloc.hpp to common. Use rpmalloc only if TRACY_ENABLE.

This commit is contained in:
Bartosz Taudul
2017-10-18 19:08:19 +02:00
parent c5ea9c744c
commit fc94378e0c
5 changed files with 14 additions and 5 deletions
-1
View File
@@ -22,7 +22,6 @@
#include "../common/TracySocket.hpp"
#include "../common/TracySystem.hpp"
#include "tracy_rpmalloc.hpp"
#include "TracyAlloc.hpp"
#include "TracyScoped.hpp"
#include "TracyProfiler.hpp"
#include "TracyThread.hpp"