Metadata-Version: 2.4
Name: memscope
Version: 0.1.0
Summary: Analyze and simulate dynamic memory usage in C/C++ code
Author-email: Miriam Kanner <m0534147159@email.com>
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Dynamic: license-file

# memscope

🔍 Analyze and simulate dynamic memory usage in C/C++ source code.

---

## 🚀 Features

- 📦 Detect dynamic memory allocations in `.c/.cpp` files
- 🧠 Track `malloc`, `calloc`, `realloc`, `new`, `free`, `delete`
- 📊 Visualize heap usage over time (timeline & delta bars)
- 🧪 Built-in simulator for memory allocation/deallocation
- 🖥️ CLI tool for quick analysis

---

## 📦 Installation

```bash
pip install memscope
