Skip to content

TeshanK/memory-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple memory allocator implemented in C that mimics the behavior of malloc() and free().

This memory allocator uses

  • Explicit doubly linked free list
  • First-fit allocation strategy
  • Block splitting and coalescing
  • Constant block alignment
  • Mutex locks for thread safety

About

A simple custom memory allocator implemented in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages