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 -1
View File
@@ -5,7 +5,7 @@
#include <string.h>
#include "../common/TracySystem.hpp"
#include "TracyAlloc.hpp"
#include "../common/TracyAlloc.hpp"
#include "TracyProfiler.hpp"
namespace tracy