From 589f45bd6e4058658ed0c86b7387802ee0be37d8 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 27 Jun 2019 14:56:54 +0200 Subject: add mimalloc definition --- src/allocators/all.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/allocators/all.py') diff --git a/src/allocators/all.py b/src/allocators/all.py index 9afacf7..d39c165 100644 --- a/src/allocators/all.py +++ b/src/allocators/all.py @@ -10,7 +10,9 @@ from src.allocators.scalloc import scalloc from src.allocators.supermalloc import supermalloc from src.allocators.llalloc import llalloc from src.allocators.tbbmalloc import tbbmalloc +from src.allocators.mimalloc import mimalloc allocators = [*src.allocators.glibcs.allocators, tcmalloc, tcmalloc_nofs, - jemalloc, hoard, mesh, supermalloc, scalloc, llalloc, tbbmalloc] + jemalloc, hoard, mesh, supermalloc, scalloc, llalloc, tbbmalloc, + mimalloc] -- cgit v1.2.3