Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 302 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 302 Bytes

A collection of allocators implemented in C

Quick Start

Requirements - CC

cd arena
./build.sh
./main

Currently implemented

  • Arena Allocator
  • Stack Allocator
  • Pool Allocator
  • Reimplement Malloc (from scratch using syscalls)

More planned allocators may be added