From 84222098611a58bf2c17431182a4dcfcafb354e1 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 19 Feb 2020 16:56:00 +0100 Subject: fix all collection --- src/allocators/all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators') diff --git a/src/allocators/all.py b/src/allocators/all.py index f7df109..9dfd563 100644 --- a/src/allocators/all.py +++ b/src/allocators/all.py @@ -32,6 +32,6 @@ from src.allocators.rpmalloc import rpmalloc allocators = [*src.allocators.glibcs.allocators, - *src.allocators.tcmalloc.allocators, + *src.allocators.tcmallocs.allocators, jemalloc, hoard, mesh, supermalloc, scalloc, tbbmalloc, llalloc, # streamflow, mimalloc, snmalloc, rpmalloc] -- cgit v1.2.3