Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 139 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 139 Bytes

A Memory Allocator in C

Key features:

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