Skip to content

ajccosta/deqalloc

Repository files navigation

deqalloc - the memory stealing allocator

To compile, run the following commands:

mkdir build
cd build
cmake ..
make -j

To substitute deqalloc as your malloc implementation with LD_PRELOAD, do:

LD_PRELOAD=./libdeqalloc.so <your command here>

About

Memory-stealing allocator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors