mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Initialize rpmalloc in compression thread.
This commit is contained in:
parent
10bcc8c770
commit
3d590b6b8c
@ -1400,6 +1400,7 @@ void Profiler::Worker()
|
||||
|
||||
void Profiler::CompressWorker()
|
||||
{
|
||||
rpmalloc_thread_initialize();
|
||||
for(;;)
|
||||
{
|
||||
const auto shouldExit = ShouldExit();
|
||||
|
Loading…
Reference in New Issue
Block a user