diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-19 16:56:00 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-19 16:56:00 +0100 |
| commit | 84222098611a58bf2c17431182a4dcfcafb354e1 (patch) | |
| tree | b466882cba69c3f5a821cd1c45cae0889f455028 /src | |
| parent | 2bcf2974fd561bfae5500492582e6d9c3cd4ed38 (diff) | |
| download | allocbench-84222098611a58bf2c17431182a4dcfcafb354e1.tar.gz allocbench-84222098611a58bf2c17431182a4dcfcafb354e1.zip | |
fix all collection
Diffstat (limited to 'src')
| -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 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] |
