Skip to content

Atik07/mem-pool-allocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 3: Arena Allocator

Run

# compile
make

# execute program
./bin/unit_test

# clean discardable binaries
make clean

Debug

In main.c to get Memory Allocation Logs (for the given test cases), change

(line no. 5)

#define DEBUG 0

TO

#define DEBUG 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published