aboutsummaryrefslogtreecommitdiff
path: root/src/allocators
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-0228-1086/+0
| | | | | | | | | * rename src directory to allocbench * make global variable names UPPERCASE * format a lot of code using yapf * use lowercase ld_preload and ld_library_path as Allocator members * name expected Errors 'err' and don't raise a new Exception * disable some pylint messages
* chattymalloc: use external chattymalloc repositoryFlorian Fischer2020-05-051-10/+31
|
* bump speedymalloc, build the release versionFlorian Fischer2020-05-011-3/+3
|
* bump speedymalloc versionFlorian Fischer2020-04-281-6/+2
|
* bump speedymalloc version and add thread_free and no_glab flavorFlorian Fischer2020-04-231-5/+14
|
* implement wildcard search for allocator selectionFlorian Fischer2020-04-155-167/+0
| | | | | | This makes most allocator collections, which only bundle all allocator variants from one allocator obsolete. They can be replaces with 'allocator*' on the command line.
* fix tcmalloc in no false sharing allocator bundleFlorian Fischer2020-04-151-1/+1
|
* bump speedymallocFlorian Fischer2020-04-121-2/+2
|
* bump mimalloc to 1.6.0Florian Fischer2020-04-111-1/+1
|
* bump speedymalloc version and add new flavor with bigger size classesFlorian Fischer2020-03-102-1/+9
|
* fix sm.speedymalloc_70d9d160 nameFlorian Fischer2020-03-101-1/+1
|
* bump speedymalloc version and fix flavors namesFlorian Fischer2020-03-102-13/+18
|
* add tcmalloc_gperftools to tcmallocsFlorian Fischer2020-03-101-2/+3
|
* fmt all src/allocators using yapfFlorian Fischer2020-03-0925-137/+165
|
* use gperftools in nofs allocator collection and fix tcmalloc indentationFlorian Fischer2020-03-092-14/+15
|
* bump speedymalloc versionFlorian Fischer2020-03-061-1/+5
|
* fix build of speedymalloc and add new variantFlorian Fischer2020-02-262-6/+11
|
* externalize speedymallocFlorian Fischer2020-02-262-4/+56
|
* add allocator collection for the paperFlorian Fischer2020-02-241-0/+31
|
* rename gperftools tcmallocsFlorian Fischer2020-02-201-4/+4
|
* fix tcmalloc_gperftools_cacheline_exclusiveFlorian Fischer2020-02-191-1/+1
|
* fix all collectionFlorian Fischer2020-02-191-1/+1
|
* add tcmalloc collection to all collectionFlorian Fischer2020-02-191-2/+2
|
* fix tcmalloc_alignalign_to_clFlorian Fischer2020-02-191-1/+1
|
* add aligned version of new tcmalloc implementationFlorian Fischer2020-02-192-1/+8
|
* Merge branch 'master' into align_to_clFlorian Fischer2020-02-195-14/+70
|\
| * fix tcmallocs in all allocator definitionFlorian Fischer2020-02-181-2/+3
| |
| * build glibc in parallelFlorian Fischer2020-02-181-1/+3
| |
| * allow consecutive builds of tcmallocFlorian Fischer2020-02-181-1/+1
| |
| * build tcmalloc optimizedFlorian Fischer2020-02-181-1/+2
| |
| * add new standalone TCMallocFlorian Fischer2020-02-172-9/+58
| |
* | add tcmalloc 64 bit alignment patch and allocator definitionFlorian Fischer2020-02-172-1/+32
| |
* | use align_to_cl.so in front of TCMallocFlorian Fischer2020-02-092-1/+30
|/
* implement analysis of specific allocator and benchmark combinationsFlorian Fischer2020-02-091-1/+1
| | | | A allocator implementation is analyzed by prepending chattymalloc.so.
* remove useless whitespaceFlorian Fischer2019-12-181-2/+0
|
* add rpmallocFlorian Fischer2019-10-142-1/+42
|
* improve patch handling in allocator.pyFlorian Fischer2019-10-135-15/+15
| | | | | * patches are only applied if they aren't applied already * patch no uses -p0 so git diff patches must be adjusted
* Add ArchiveArtifactsFlorian Fischer2019-09-222-13/+12
| | | | | | | ArchiveArtifacts check a downloaded archive against a provided checksum. The Archive is downloaded to cache/<name>/<name>.<format>. The only suported format is tar. ArchiveArtifacts can be used as sources of an Allocator.
* fix tbbmalloc definitionFlorian Fischer2019-09-222-1/+1
|
* replace AllocatorSources with ArtifactsFlorian Fischer2019-09-2115-184/+136
|
* add streamflow allocatorFlorian Fischer2019-09-181-0/+41
|
* add first speedymalloc draftFlorian Fischer2019-09-051-0/+29
| | | | speedymalloc is a thread-local cached bump pointer allocator
* add reset command to supermalloc definitionFlorian Fischer2019-09-041-1/+2
|
* exclude aligned_alloc from SuperMalloc buildFlorian Fischer2019-08-282-0/+14
|
* improve code quality and add license headers to allocator definitionsFlorian Fischer2019-08-2821-113/+499
|
* run malt quiet during analyzingFlorian Fischer2019-08-221-1/+1
|
* add snmalloc to all allocatorsFlorian Fischer2019-08-221-1/+2
|
* support chattymalloc as analyze fallback if malt is not availableFlorian Fischer2019-08-222-1/+9
| | | | | | bench.py saves the benchmark specific result directory in the object member "result_dir". This member is used by the analyze allocators to know where to write the trace files to.
* add allocator definition for chattymallocFlorian Fischer2019-08-221-0/+4
|
* add snmalloc definitionFlorian Fischer2019-08-211-0/+25
|