Skip to content

Educational implementation of malloc() and free() in C using free lists

Notifications You must be signed in to change notification settings

raokrutarth/Memory_allocator

Repository files navigation

A Memory Allocator in C

Key features:

  • my own implementation of free()
  • heap
  • system calls
  • (A lot of) pointer manipulation

About

Educational implementation of malloc() and free() in C using free lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published