Java Implementation of Contiguous Memory Allocation(CMA)
Contiguous Allocation Memory is a way of Memory Management. This repository is an implementation of it.
- models
- memory : models about Memory Management
- ui
- CommandBtn : a button which extends JButton to customize it.
- views
- MainView : Main View
- Main : It executes everything.
- It is just my toy project. Do not make a reference to it on a serious project.
- I am just a beginner of Java Programming. The quality of the code would be not good.