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

Move another big buffer out of stack.

This commit is contained in:
Bartosz Taudul
2017-11-02 17:37:10 +01:00
parent 7b8747ce21
commit 3659afac2a
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -210,6 +210,7 @@ private:
int m_bufferOffset;
QueueItem* m_itemBuf;
char* m_lz4Buf;
};
};