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

No need for lean alloc srcloc zone begin messages.

This commit is contained in:
Bartosz Taudul
2020-07-26 14:35:04 +02:00
parent 062bb3044f
commit 7e6a41e647
3 changed files with 4 additions and 10 deletions
-2
View File
@@ -1870,8 +1870,6 @@ Profiler::DequeueStatus Profiler::Dequeue( moodycamel::ConsumerToken& token )
ptr = MemRead<uint64_t>( &item->zoneBegin.srcloc );
SendSourceLocationPayload( ptr );
tracy_free( (void*)ptr );
idx++;
MemWrite( &item->hdr.idx, idx );
break;
}
case QueueType::Callstack: