From 855dc0f831447485a66ed042a6265537d4fe5bd2 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 11 May 2020 13:02:03 +0200 Subject: allocator.py: search for every alloactor bundled with allocbench --- allocbench/allocator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/allocbench/allocator.py b/allocbench/allocator.py index 4712634..0eefce2 100644 --- a/allocbench/allocator.py +++ b/allocbench/allocator.py @@ -183,8 +183,7 @@ class Allocator: def collect_installed_allocators(): """Collect allocators using installed system libraries""" - # TODO: add more allocators - maybe_allocators = ["tcmalloc", "jemalloc", "hoard"] + maybe_allocators = list(collect_available_allocators().keys()) allocators = { "libc": { -- cgit v1.2.3