Skip to content

aascedu/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malloc

Slab Allocator using mmap and munmap system calls.

How to compile ?

On Linux : make

With Docker :

  • ./launch.sh
  • make -j to compile only the lib, make -j test to compile a test program in addition.

To use gdb :

  • gdb ./test

About

Slab allocator using mmap and munmap system calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published