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:
@@ -884,6 +884,9 @@ private:
|
||||
#endif
|
||||
|
||||
Vector<Parameter> m_params;
|
||||
|
||||
char* m_tmpBuf = nullptr;
|
||||
size_t m_tmpBufSize = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user