diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-06-24 19:26:10 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-06-24 19:26:10 +0200 |
| commit | 7ffa9b4319363d1b424246e3a0ffc972d3158025 (patch) | |
| tree | 5cca4b781bd941a62f5cc17522fdb88af0453b5b /src/allocators/all.py | |
| parent | af9a1be4d59438bcb24cdd64572841563860b87a (diff) | |
| download | allocbench-7ffa9b4319363d1b424246e3a0ffc972d3158025.tar.gz allocbench-7ffa9b4319363d1b424246e3a0ffc972d3158025.zip | |
add tbbmalloc definition
Diffstat (limited to 'src/allocators/all.py')
| -rw-r--r-- | src/allocators/all.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/allocators/all.py b/src/allocators/all.py index ccf48b8..9afacf7 100644 --- a/src/allocators/all.py +++ b/src/allocators/all.py @@ -9,7 +9,8 @@ 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.tbbmalloc import tbbmalloc allocators = [*src.allocators.glibcs.allocators, tcmalloc, tcmalloc_nofs, - jemalloc, hoard, mesh, supermalloc, scalloc, llalloc] + jemalloc, hoard, mesh, supermalloc, scalloc, llalloc, tbbmalloc] |
