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

Use slab allocator for server allocations.

This commit is contained in:
Bartosz Taudul
2017-10-21 13:01:57 +02:00
parent 07cb693cbb
commit 807d3c42be
3 changed files with 41 additions and 19 deletions
+2
View File
@@ -185,6 +185,8 @@ private:
void ZoomToZone( const Event& ev );
void ZoneTooltip( const Event& ev );
TextData* GetTextData( Event& zone );
void Write( FileWrite& f );
void WriteTimeline( FileWrite& f, const Vector<Event*>& vec );
void ReadTimeline( FileRead& f, Vector<Event*>& vec, Event* parent, const std::unordered_map<uint64_t, const char*>& stringMap );