malloc-benchmarks icon indicating copy to clipboard operation
malloc-benchmarks copied to clipboard

Simple benchmarking scripts to run on any machine to compare different C/C++ malloc implementations.

Results 5 malloc-benchmarks issues
Sort by recently updated
recently updated
newest added

This PR is based on top of PR #4. The 2nd plot is of max Resident Set Size (RSS) RAM usage (in MB). Example of what it looks like: ![results](https://user-images.githubusercontent.com/6842199/123704294-5f075f00-d81a-11eb-92f4-15400cfde791.png)

This fixes the makefile to properly build the benchtests from glibc.

See http://cs.uni-salzburg.at/~ck/content/publications/conferences/OOPSLA15-Scalloc.pdf for a good reference of memory allocators

i had to add ( ) and around some print commands (debian sid has no more python2, and python defaults to python3): last few messages: ``` ERROR: ld.so: object '/usr/lib/gcc-cross/arm-linux-gnueabi/7/../../../../arm-linux-gnueabi/lib/libgcc_s.so.1'...