Skip to content

zlatistiv/qalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

qalloc

Reimplementation of the glibc memory allocator interface, for test purposes only.

The approach to replacing GNU malloc is described here: https://www.gnu.org/software/libc/manual/html_node/Replacing-malloc.html

All you have to do to use it is to set LD_PRELOAD to point to the compiled library.

Works well with most of the coreutils binaries I've tested. Also works with nodejs. Breaks on python with multiple threads (And probably on many other tests).

About

Simple malloc reimplementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors