diff options
Diffstat (limited to 'src')
| -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") |
