Skip to content

schak04/s-memalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s-memalloc (Saptaparno/Sapto's memory allocator)

This is a custom memory (heap) allocator I'm currently writing from scratch in C to practice systems programming (and GIT GUD at programming in general) and understand how memory allocation works internally.

Goal

I'm basically trying to reimplement malloc and free from scratch in C.

Purpose

This project is for learning how programs ask the OS for memory, how memory is tracked, and how to manage it efficiently.


Author

Saptaparno Chakraborty


About

Reimplementing malloc and free from scratch in C to understand how memory allocation works under the hood.

Resources

Stars

Watchers

Forks

Contributors

Languages