Skip to content

notcomical/memalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

memalloc

A simple educational memory allocator implemented with sbrk().
Uses a linked list of blocks with splitting and coalescing.
Implements malloc, free, calloc, and realloc with minimal metadata.
for understanding the concept

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages