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

Don't use alloca in inlined functions inside a loop.

This commit is contained in:
Bartosz Taudul
2020-05-24 16:17:54 +02:00
parent 2b304581cf
commit 7ceb4005cd
2 changed files with 22 additions and 4 deletions
+3
View File
@@ -884,6 +884,9 @@ private:
#endif
Vector<Parameter> m_params;
char* m_tmpBuf = nullptr;
size_t m_tmpBufSize = 0;
};
}