feat: Implement a memory arena system with an ImGui-based visual debugger for allocation visualization.

Made using Gemini
This commit is contained in:
2026-01-25 12:14:06 -05:00
parent 0788fdeb98
commit 3dd0a4a6f1
6 changed files with 238 additions and 45 deletions

View File

@@ -2,6 +2,8 @@
trigger: always_on
---
Code compiles with all warning active and warning as errors.
use static_cast or reinterpret_cast but not parenthesis for casting.
No exceptions
Use [[nodiscard]]
auto is allowed but when its a pointer add the * and when reference adds the &