Add new memory profiler

This commit is contained in:
Wojtek Figat
2025-05-22 04:40:32 +02:00
parent 9ba1c4c338
commit 2dc404cbd3
8 changed files with 891 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ public:
/// </summary>
/// <param name="dst">A pointer to the first operand. This value will be replaced with the result of the operation.</param>
/// <param name="value">The second operand.</param>
/// <returns>The result value of the operation.</returns>
/// <returns>The original value of the dst parameter.</returns>
static int64 InterlockedAdd(int64 volatile* dst, int64 value) = delete;
/// <summary>