diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-14 17:14:13 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-14 17:14:13 +0200 |
| commit | 8ca8135f8302a1caafecccdba0671732bb5a3077 (patch) | |
| tree | efaa906341db1cd0fe263109e72dca7d855dfd28 /src/allocators/all.py | |
| parent | 1c0731c3afddab02bbf1c472ac8e70ead6b687d1 (diff) | |
| download | allocbench-8ca8135f8302a1caafecccdba0671732bb5a3077.tar.gz allocbench-8ca8135f8302a1caafecccdba0671732bb5a3077.zip | |
add rpmalloc
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 0593c81..4ac0819 100644 --- a/src/allocators/all.py +++ b/src/allocators/all.py @@ -28,8 +28,9 @@ from src.allocators.llalloc import llalloc from src.allocators.tbbmalloc import tbbmalloc from src.allocators.mimalloc import mimalloc from src.allocators.snmalloc import snmalloc +from src.allocators.rpmalloc import rpmalloc allocators = [*src.allocators.glibcs.allocators, tcmalloc, tcmalloc_nofs, jemalloc, hoard, mesh, supermalloc, scalloc, tbbmalloc, llalloc, # streamflow, - mimalloc, snmalloc] + mimalloc, snmalloc, rpmalloc] |
