index
:
allocbench
align_to_cl
artifact
binary_chattymalloc
bumpptrs
cache_exclusive_alloc
catch_abort
glibc-cacheline-exclusive
introduce_gitlab-ci
keydb
lld
logging
loop_keep_allocs
master
nop
pgfplots
redis
wait4_rusage
benchmark tool for POSIX memory allocators
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
make the whole project more python idiomatic
Florian Fischer
2020-06-02
1
-45
/
+0
*
chattymalloc: use external chattymalloc repository
Florian Fischer
2020-05-05
1
-5
/
+1
*
inlcude bump_alloc.h into bumpptr_alloc.c
Florian Fischer
2020-02-26
1
-1
/
+1
*
externalize speedymalloc
Florian Fischer
2020-02-26
1
-5
/
+1
*
move common allocator functions into malloc.c
Florian Fischer
2020-02-25
1
-4
/
+4
*
add simple malloc hook which alignes all sizes to multiple of 64
Florian Fischer
2020-02-09
1
-1
/
+5
*
fix compilation of chattymalloc
Florian Fischer
2020-01-22
1
-1
/
+1
*
improve chattymalloc and chattyparser
Florian Fischer
2020-01-17
1
-1
/
+1
*
speedup bumpptr_alloc
Florian Fischer
2019-11-12
1
-2
/
+2
*
don't use bc to calculate MEMSIZE for our allocators
Florian Fischer
2019-11-06
1
-1
/
+1
*
catch SIGSEGV as well; register sa_handlers only if its SIG_DLF before
Florian Fischer
2019-09-29
1
-2
/
+2
*
catch if cmd aborts
Florian Fischer
2019-09-29
1
-1
/
+5
*
add first speedymalloc draft
Florian Fischer
2019-09-05
1
-1
/
+5
*
readd chattymalloc
Florian Fischer
2019-08-22
1
-14
/
+15
*
use LD_LIBRARY_PATH for glibc instead of calling its loader
Florian Fischer
2019-08-12
1
-2
/
+2
*
Rework exec chain
Florian Fischer
2019-08-11
1
-1
/
+5
*
improve bumpptr_alloc
Florian Fischer
2019-08-11
1
-5
/
+9
*
add bumptr allocator implementation
Florian Fischer
2019-04-28
1
-2
/
+9
*
s/target/allocator/ and remove analyse feature
Florian Fischer
2019-02-08
1
-5
/
+1
*
rework build system #2: call make before executing any benchmark
Florian Fischer
2019-02-02
1
-0
/
+2
*
rework build system #1
Florian Fischer
2019-02-01
1
-0
/
+27