mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Rpmalloc is initialized here.
This commit is contained in:
parent
1ed174c1b6
commit
01db142144
@ -2429,7 +2429,7 @@ Profiler::DequeueStatus Profiler::Dequeue( moodycamel::ConsumerToken& token )
|
|||||||
auto threadName = (const char*)MemRead<uint64_t>( &item->externalNameMetadata.threadName );
|
auto threadName = (const char*)MemRead<uint64_t>( &item->externalNameMetadata.threadName );
|
||||||
SendString( thread, threadName, QueueType::ExternalThreadName );
|
SendString( thread, threadName, QueueType::ExternalThreadName );
|
||||||
SendString( thread, name, QueueType::ExternalName );
|
SendString( thread, name, QueueType::ExternalName );
|
||||||
tracy_free( (void*)threadName );
|
tracy_free_fast( (void*)threadName );
|
||||||
tracy_free_fast( (void*)name );
|
tracy_free_fast( (void*)name );
|
||||||
++item;
|
++item;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user