1
0
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:
Bartosz Taudul
2018-06-19 22:08:47 +02:00
parent 0de279005b
commit 06f34052a5
3 changed files with 21 additions and 7 deletions
+1
View File
@@ -307,6 +307,7 @@ private:
uint32_t m_pendingSourceLocation;
uint64_t m_lastMemActionCallstack;
bool m_lastMemActionWasAlloc;
Slab<64*1024*1024> m_slab;