aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/tcmallocs.py
Commit message (Collapse)AuthorAgeFilesLines
* implement wildcard search for allocator selectionFlorian Fischer2020-04-151-25/+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.
* add tcmalloc_gperftools to tcmallocsFlorian Fischer2020-03-101-2/+3
|
* fmt all src/allocators using yapfFlorian Fischer2020-03-091-7/+4
|
* add aligned version of new tcmalloc implementationFlorian Fischer2020-02-191-0/+1
|
* Merge branch 'master' into align_to_clFlorian Fischer2020-02-191-2/+5
|
* use align_to_cl.so in front of TCMallocFlorian Fischer2020-02-091-0/+23