aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/tcmallocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/tcmallocs.py')
-rw-r--r--src/allocators/tcmallocs.py1
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]