mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Have to track callstacks of both alloc and free.
This commit is contained in:
@@ -307,6 +307,7 @@ private:
|
||||
uint32_t m_pendingSourceLocation;
|
||||
|
||||
uint64_t m_lastMemActionCallstack;
|
||||
bool m_lastMemActionWasAlloc;
|
||||
|
||||
Slab<64*1024*1024> m_slab;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user