aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/supermalloc.py
Commit message (Expand)AuthorAgeFilesLines
* add reset command to supermalloc definitionFlorian Fischer2019-09-041-1/+2
* exclude aligned_alloc from SuperMalloc buildFlorian Fischer2019-08-281-0/+1
* improve code quality and add license headers to allocator definitionsFlorian Fischer2019-08-281-5/+26
* use default optimisation flags for tcmalloc, jemalloc and HoardFlorian Fischer2019-08-211-1/+1
* add default colors to included allocatorsFlorian Fischer2019-07-011-1/+1
* add mesh and lockless_allocator definitionsFlorian Fischer2019-06-241-1/+1
* rework allocator definitions #2Florian Fischer2019-06-241-3/+3
* fix jemalloc, SuperMalloc and Hoard dirty buildsFlorian Fischer2019-06-171-1/+1
* reduce code duplication by giving each known allocator its own classFlorian Fischer2019-06-171-0/+22