2
0
mirror of https://github.com/wolfpld/tracy synced 2026-02-09 11:42:44 +00:00

Replace rpmalloc_thread_initialize with InitRPMallocThread().

This commit is contained in:
Bartosz Taudul
2020-01-25 16:56:54 +01:00
parent ab2fbd6164
commit aa94df0845
3 changed files with 6 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ struct ThreadNameData
ThreadNameData* next;
};
std::atomic<ThreadNameData*>& GetThreadNameData();
void InitRPMallocThread();
TRACY_API void InitRPMallocThread();
#endif
TRACY_API void SetThreadName( const char* name )