aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/supermalloc.py
Commit message (Expand)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-42/+0
* fmt all src/allocators using yapfFlorian Fischer2020-03-091-6/+9
* replace AllocatorSources with ArtifactsFlorian Fischer2019-09-211-18/+12
* 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