From 213e5625a9aa677230f261fcee01086f9ee1f850 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 21 Sep 2019 18:38:25 +0200 Subject: replace AllocatorSources with Artifacts --- src/allocators/all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/allocators/all.py') diff --git a/src/allocators/all.py b/src/allocators/all.py index 6b3b46a..a2b502a 100644 --- a/src/allocators/all.py +++ b/src/allocators/all.py @@ -24,12 +24,12 @@ from src.allocators.hoard import hoard from src.allocators.mesh import mesh from src.allocators.scalloc import scalloc from src.allocators.supermalloc import supermalloc -from src.allocators.llalloc import llalloc +# from src.allocators.llalloc import llalloc from src.allocators.tbbmalloc import tbbmalloc from src.allocators.mimalloc import mimalloc from src.allocators.snmalloc import snmalloc allocators = [*src.allocators.glibcs.allocators, tcmalloc, tcmalloc_nofs, - jemalloc, hoard, mesh, supermalloc, scalloc, llalloc, tbbmalloc, + jemalloc, hoard, mesh, supermalloc, scalloc, tbbmalloc, # llalloc, # streamflow, mimalloc, snmalloc] -- cgit v1.2.3