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

Decouple rpmalloc usage from TRACY_ENABLE flag.

This commit is contained in:
Bartosz Taudul
2022-08-08 19:29:18 +02:00
parent 3840f39fc9
commit bb22542a90
3 changed files with 21 additions and 8 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
#ifdef TRACY_ENABLE
#include "../common/TracyAlloc.hpp"
#ifdef TRACY_USE_RPMALLOC
#include <atomic>
#include "../common/TracyAlloc.hpp"
#include "../common/TracyForceInline.hpp"
#include "../common/TracyYield.hpp"