aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* chattymalloc: use external chattymalloc repositoryFlorian Fischer2020-05-051-5/+1
* inlcude bump_alloc.h into bumpptr_alloc.cFlorian Fischer2020-02-261-1/+1
* externalize speedymallocFlorian Fischer2020-02-261-5/+1
* move common allocator functions into malloc.cFlorian Fischer2020-02-251-4/+4
* add simple malloc hook which alignes all sizes to multiple of 64Florian Fischer2020-02-091-1/+5
* fix compilation of chattymallocFlorian Fischer2020-01-221-1/+1
* improve chattymalloc and chattyparserFlorian Fischer2020-01-171-1/+1
* speedup bumpptr_allocFlorian Fischer2019-11-121-2/+2
* don't use bc to calculate MEMSIZE for our allocatorsFlorian Fischer2019-11-061-1/+1
* catch SIGSEGV as well; register sa_handlers only if its SIG_DLF beforeFlorian Fischer2019-09-291-2/+2
* catch if cmd abortsFlorian Fischer2019-09-291-1/+5
* add first speedymalloc draftFlorian Fischer2019-09-051-1/+5
* readd chattymallocFlorian Fischer2019-08-221-14/+15
* use LD_LIBRARY_PATH for glibc instead of calling its loaderFlorian Fischer2019-08-121-2/+2
* Rework exec chainFlorian Fischer2019-08-111-1/+5
* improve bumpptr_allocFlorian Fischer2019-08-111-5/+9
* add bumptr allocator implementationFlorian Fischer2019-04-281-2/+9
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-081-5/+1
* rework build system #2: call make before executing any benchmarkFlorian Fischer2019-02-021-0/+2
* rework build system #1Florian Fischer2019-02-011-0/+27