Skip to content

voldemozzerella/heap-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heap-allocator

This project implements a custom dynamic memory allocator in C, mimicking the behavior of standard functions like malloc(), free(), and realloc(). It's designed to provide a hands-on understanding of how memory management works at a low level, using manual heap manipulation via sbrk().

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published