aboutsummaryrefslogtreecommitdiff
path: root/allocators
Commit message (Collapse)AuthorAgeFilesLines
* add reset_cmd to HoardFlorian Fischer2019-04-022-2/+4
|
* fix jemalloc and remove colors from all.pyFlorian Fischer2019-04-022-9/+7
|
* add all allocators file including all glibc and tcmalloc versionsFlorian Fischer2019-04-021-0/+69
| | | | as well as jemalloc and Hoard
* add glibc allocator definitionsFlorian Fischer2019-03-192-0/+62
|
* use new verbosity system in allocator.pyFlorian Fischer2019-03-052-14/+9
|
* add allocators build support and two allocator definitionsFlorian Fischer2019-02-095-0/+162
The allocators created by the file allocators/BA_allocators.py are those used in my BA thesis available at: https://muhq.space/ba.html. allocators/no_falsesharing.py builds patched versions of tcmalloc and glibc without any allocator inroduced falsesharing.