diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-19 16:44:45 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-19 16:44:45 +0100 |
| commit | fc430834455242f5844b4f98019abe57558dd976 (patch) | |
| tree | a518169b849a4ecbb59ca39e186dff6586394275 | |
| parent | 34d396db1cb42627f398dd094c0622435a4035e4 (diff) | |
| download | allocbench-align_to_cl.tar.gz allocbench-align_to_cl.zip | |
fix tcmalloc_alignalign_to_cl
| -rw-r--r-- | src/allocators/tcmalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/tcmalloc.py b/src/allocators/tcmalloc.py index b951ff5..e52ecfa 100644 --- a/src/allocators/tcmalloc.py +++ b/src/allocators/tcmalloc.py @@ -42,7 +42,7 @@ tcmalloc = TCMalloc("TCMalloc", color="xkcd:blue", version="1676100265bd189df6b5513feac15f102542367e") -tcmalloc_align = TCMallocGperftools("TCMalloc-Aligned", +tcmalloc_align = TCMalloc("TCMalloc-Aligned", version="1676100265bd189df6b5513feac15f102542367e", color="xkcd:light blue") |
