aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/speedymalloc.py
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-87/+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
* 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
|
* bump speedymallocFlorian Fischer2020-04-121-2/+2
|
* bump speedymalloc version and add new flavor with bigger size classesFlorian Fischer2020-03-101-1/+8
|
* bump speedymalloc version and fix flavors namesFlorian Fischer2020-03-101-11/+15
|
* fmt all src/allocators using yapfFlorian Fischer2020-03-091-14/+21
|
* bump speedymalloc versionFlorian Fischer2020-03-061-1/+5
|
* fix build of speedymalloc and add new variantFlorian Fischer2020-02-261-5/+9
|
* externalize speedymallocFlorian Fischer2020-02-261-4/+31
|
* replace AllocatorSources with ArtifactsFlorian Fischer2019-09-211-1/+1
|
* add first speedymalloc draftFlorian Fischer2019-09-051-0/+29
speedymalloc is a thread-local cached bump pointer allocator