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

Don't create big buffers on stack.

This commit is contained in:
Bartosz Taudul
2017-11-02 12:56:13 +01:00
parent e31f8c2aed
commit cea7cdd716
2 changed files with 9 additions and 6 deletions
+2
View File
@@ -208,6 +208,8 @@ private:
LZ4_stream_t* m_stream;
char* m_buffer;
int m_bufferOffset;
QueueItem* m_itemBuf;
};
};