A fun and interactive Memory Manager Simulator that visualizes how memory allocation works β both static and dynamic. Perfect for CS students and curious developers who want to understand how memory is handled under the hood!
- π’ Static Allocation β Input and visualize a fixed-size array.
- π¦ Dynamic Allocation β Allocate memory at runtime with resizing.
- β»οΈ Memory Freeing β Visual effect for deallocating memory.
- π Resizing β Simulate reallocation like
realloc()in C. - π¨ Heap vs Stack Visualization β Color-coded blocks with labels.
- π₯ Freed Memory Blocks β Grayed out with "freed" tag.
- π§Ύ Memory Addresses β Address-like format shown with each cell.
- HTML5
- CSS3 (with transitions)
- JavaScript (vanilla)