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