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

Manual allocation of socket memory.

This commit is contained in:
Bartosz Taudul
2017-10-18 19:49:17 +02:00
parent fc94378e0c
commit 51013dc0e6
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ private:
uint64_t m_mainThread;
uint64_t m_epoch;
std::atomic<bool> m_shutdown;
std::unique_ptr<Socket> m_sock;
Socket* m_sock;
LZ4_stream_t* m_stream;
char* m_buffer;