Skip to content
/ malloc Public

Slab allocator using mmap and munmap system calls

Notifications You must be signed in to change notification settings

aascedu/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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
  • set environment LD_PRELOAD lib/libft_malloc.so

About

Slab allocator using mmap and munmap system calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published