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:
@@ -208,6 +208,8 @@ private:
|
||||
LZ4_stream_t* m_stream;
|
||||
char* m_buffer;
|
||||
int m_bufferOffset;
|
||||
|
||||
QueueItem* m_itemBuf;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user