diff options
Diffstat (limited to 'src/allocators/all.py')
| -rw-r--r-- | src/allocators/all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/all.py b/src/allocators/all.py index 6b3b46a..0593c81 100644 --- a/src/allocators/all.py +++ b/src/allocators/all.py @@ -31,5 +31,5 @@ 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] |
