First-Fit is an implementation of the allocatio method class
and searches for the next avalable free memory area starting each time
at the beginning of memory.
Buddy-System is an implementation of the allocatio method class
and searches for the next avalable free memory area starting from
the beginning of memory and resuming the search each time at the last
stop point.
First-Fit is an implementation of the allocatio method class
and searches for the next avalable free memory area starting each time
at the beginning of memory.
The MemoryDrawPanel is a panel without any components and used to visualise
the memory allocation by drawing into the graphics context with the
default method 'paintComponent'.
Next-Fit is an implementation of the allocatio method class
and searches for the next avalable free memory area starting from
the beginning of memory and resuming the search each time at the last
stop point.
First-Fit is an implementation of the allocatio method class
and searches for the next avalable free memory area starting each time
at the beginning of memory.