Skip to content

Simple memory allocator using Best Fit, First Fit and Next Fit algorithms

Notifications You must be signed in to change notification settings

sulzbals/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Allocator

This project mimics the famous malloc() function. Although, the allocation algorithms (first-fit, next-fit, best-fit) are many and simpler than the standard malloc algorithm.

This project was a part of the examination of the course "Software Básico" (Basic Software) from the first semester of 2018 (2018-1) of the Bachelor's degree in Computer Science of the brazilian university "UFPR - Universidade Federal do Paraná".

About

Simple memory allocator using Best Fit, First Fit and Next Fit algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published