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

Don't allocate unneeded memory.

This commit is contained in:
Bartosz Taudul
2017-11-15 21:26:58 +01:00
parent 5da8a7aa9b
commit 3a60a28a71
2 changed files with 20 additions and 7 deletions
+1
View File
@@ -2,6 +2,7 @@
#define __TRACYEVENT_HPP__
#include <limits>
#include <string.h>
#include "TracyVector.hpp"