# Juliet\include\Engine\Debug\MemoryDebugger ## Source Files - Header: `Juliet\include\Engine\Debug\MemoryDebugger.h` - Source: `Juliet\src\Engine\Debug\MemoryDebugger.cpp` ## AI Description This C++ component provides a visual debugger for memory allocations within an arena-based system, allowing developers to inspect and manage memory usage in real-time. The component includes features such as zooming, panning, and jumping to specific allocations, making it easier to identify and debug memory leaks or inefficiencies. ## Symbols ### Namespace `Juliet::Debug` #### Functions & Methods - `JULIET_API void DebugDrawMemoryArena()`