Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages