Skip to content

Java Implementation of Contiguous Memory Allocation (Toy Project)

Notifications You must be signed in to change notification settings

sinwoobang/ContiguousMemoryAllocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages