Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Custom Memory Allocator

A multi-threaded memory allocator that supports first-fit and best-fit allocation algorithms. Memory usage is tracked with linked-lists for memory fragmentation management. Also implements an in-place compaction feature to optimize memory usage and minimize fragmentation

Running the program

A main program is included to show the functionality of the memory allocator. A makefile is included, so simply type make in the terminal, and run with ./myalloc

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages