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

Handle memory double allocation failure.

This commit is contained in:
Bartosz Taudul
2021-03-09 22:10:29 +01:00
parent 4846b4f450
commit 8dd92f32af
2 changed files with 18 additions and 5 deletions
+2
View File
@@ -389,6 +389,7 @@ public:
ZoneColor,
ZoneName,
MemFree,
MemAllocTwice,
FrameEnd,
FrameImageIndex,
FrameImageTwice,
@@ -688,6 +689,7 @@ private:
void ZoneColorFailure( uint64_t thread );
void ZoneNameFailure( uint64_t thread );
void MemFreeFailure( uint64_t thread );
void MemAllocTwiceFailure( uint64_t thread );
void FrameEndFailure();
void FrameImageIndexFailure();
void FrameImageTwiceFailure();