mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Change TRACY_DISABLE to TRACY_ENABLE.
By default tracy is now disabled.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifdef TRACY_ENABLE
|
||||
|
||||
/* rpmalloc.c - Memory allocator - Public Domain - 2016 Mattias Jansson / Rampant Pixels
|
||||
*
|
||||
* This library provides a cross-platform lock free thread caching malloc implementation in C11.
|
||||
@@ -1782,4 +1784,6 @@ rpmalloc_global_statistics(rpmalloc_global_statistics_t* stats) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user