A toy C interpreter with memory visualization
-
Updated
Jan 21, 2019 - C#
A toy C interpreter with memory visualization
Visualizing heap usage on a graph for embedded systems
**MemViz** is a C++ memory visualization and introspection tool for exploring object layouts, inheritance structures, and memory behaviors at runtime. It’s designed to support debugging, teaching, and deep learning of C++ object models — from virtual tables to hex dumps!
Performs a static analysis of a file containing C source code, identifying the location in memory of the variables defined within the code
Add a description, image, and links to the memory-visualization topic page so that developers can more easily learn about it.
To associate your repository with the memory-visualization topic, visit your repo's landing page and select "manage topics."