Skip to content

Implements a memory allocator and uses it to run the ackermann function

Notifications You must be signed in to change notification settings

JasonNarvaez/MP2

Repository files navigation

MP2

MP2 This program implements a memory allocator based on the "buddy system". Here we provide our own definition of the unix calls "malloc()" and "free()" as "my_malloc()" and "my_free()". We use these definitions to run the ackermann function. However, ackermann currently only supports ackermann(1,1) and crashes for further cases.

About

Implements a memory allocator and uses it to run the ackermann function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published