Skip to content
/ masa Public

masa: A memory allocation simulation algorithm.

License

Notifications You must be signed in to change notification settings

i0Ek3/masa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

masa

masa: A memory allocation simulation algorithm.

masa is a simulation algorithm to allocate the memory. It supports level control allocation and status transfer. For now, masa rest on the experimental stage, we'll add new features soon.

Level control allocation

  • Tiny((0, 16))
  • Little([16, 32])
  • Enough((32, ))

Status transfer

  • MemoryInitializing
  • MemoryAllocated
  • MemoryAllocating
  • MemoryAllocateFailed
  • MemoryWaitToAllocate

License

MIT.

About

masa: A memory allocation simulation algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages