Skip to content

Thread-safe implementation of malloc() and free()

Notifications You must be signed in to change notification settings

astrokit/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malloc

Thread-safe implementation of the memory management functions malloc() and free().

Usage

The easiest way to set up the project is to build a Docker image based on the provided Dockerfile and Makefile to use it in an interactive bash session:

$ docker build -t malloc .
$ docker run --rm -it malloc bash

$ cd /app
$ make

$ ./tests/advancedtest