sinwoobang / ContiguousMemoryAllocation

Java Implementation of Contiguous Memory Allocation (Toy Project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contiguous Memory Allocation

Java Implementation of Contiguous Memory Allocation(CMA)

What is Contiguous Memory Allocation?


Contiguous Allocation Memory is a way of Memory Management. This repository is an implementation of it.

Package

  • models
    • memory : models about Memory Management
  • ui
    • CommandBtn : a button which extends JButton to customize it.
  • views
    • MainView : Main View
  • Main : It executes everything.

Warning

  • 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.

About

Java Implementation of Contiguous Memory Allocation (Toy Project)


Languages

Language:Java 100.0%