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

Merge remote-tracking branch 'origin/master' into hw

This commit is contained in:
Bartosz Taudul
2021-06-14 23:54:34 +02:00
4 changed files with 14 additions and 10 deletions
+1 -7
View File
@@ -13,13 +13,7 @@ namespace tracy
{
#ifdef TRACY_ENABLE
extern thread_local bool RpThreadInitDone;
TRACY_API void InitRpmallocPlumbing();
static tracy_force_inline void InitRpmalloc()
{
if( !RpThreadInitDone ) InitRpmallocPlumbing();
}
TRACY_API void InitRpmalloc();
#endif
static inline void* tracy_malloc( size_t size )