mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
64MB slab size.
This commit is contained in:
parent
eff6015aad
commit
97b3cccb1a
@ -243,7 +243,7 @@ private:
|
||||
std::unordered_map<uint64_t, PlotData*> m_pendingPlots;
|
||||
std::unordered_map<uint64_t, MessagePending> m_pendingMessages;
|
||||
|
||||
Slab<EventSize*1024*1024> m_slab;
|
||||
Slab<64*1024*1024> m_slab;
|
||||
|
||||
LZ4_streamDecode_t* m_stream;
|
||||
char* m_buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user