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

Use small temporary buffer instead of growing one.

This commit is contained in:
Bartosz Taudul
2017-10-21 14:15:33 +02:00
parent 31dec96d0c
commit bd8d423d16
2 changed files with 8 additions and 21 deletions
-3
View File
@@ -273,9 +273,6 @@ private:
bool m_drawPlots;
bool m_terminate;
size_t m_tmpVecSize;
float* m_tmpVec;
};
}