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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user