aboutsummaryrefslogtreecommitdiff
path: root/allocators/all.py
Commit message (Collapse)AuthorAgeFilesLines
* reduce code duplication by giving each known allocator its own classFlorian Fischer2019-06-171-76/+0
| | | | also move allocator related code to src/allocators
* add Mesh to all allocatorsFlorian Fischer2019-04-281-1/+10
|
* add reset_cmd to HoardFlorian Fischer2019-04-021-1/+2
|
* fix jemalloc and remove colors from all.pyFlorian Fischer2019-04-021-8/+5
|
* add all allocators file including all glibc and tcmalloc versionsFlorian Fischer2019-04-021-0/+69
as well as jemalloc and Hoard