diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-19 13:15:24 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-19 13:15:24 +0100 |
| commit | 34d396db1cb42627f398dd094c0622435a4035e4 (patch) | |
| tree | 9a99675abc7bd9b019b20969ccf8407d98750539 /src/allocators/tcmallocs.py | |
| parent | 7017f4774c5e33a84ddf662af9689b7b4ab290ce (diff) | |
| download | allocbench-34d396db1cb42627f398dd094c0622435a4035e4.tar.gz allocbench-34d396db1cb42627f398dd094c0622435a4035e4.zip | |
add aligned version of new tcmalloc implementation
Diffstat (limited to 'src/allocators/tcmallocs.py')
| -rw-r--r-- | src/allocators/tcmallocs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/allocators/tcmallocs.py b/src/allocators/tcmallocs.py index 46eccda..3d61226 100644 --- a/src/allocators/tcmallocs.py +++ b/src/allocators/tcmallocs.py @@ -21,6 +21,7 @@ import src.allocators.tcmalloc as tcm allocators = [tcm.tcmalloc, + tcm.tcmalloc_align, tcm.tcmalloc_gperftools_nofs, tcm.tcmalloc_gperftools_align, tcm.tcmalloc_gperftools_cacheline_exclusive] |
