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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user