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

Use short ptr in LockEventPtr.

This commit is contained in:
Bartosz Taudul
2019-11-02 15:40:06 +01:00
parent 181d16459c
commit c7664b0a98
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ struct LockEventShared : public LockEvent
struct LockEventPtr
{
LockEvent* ptr;
short_ptr<LockEvent> ptr;
uint8_t lockingThread;
uint8_t lockCount;
uint64_t waitList;