diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-03-09 19:27:28 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-03-09 19:27:28 +0100 |
| commit | 8b416335805fc07262c0570bda324afccb5e3da3 (patch) | |
| tree | 3b87d3d0075f27a57197533b4a657c2d3e925476 /src/allocators/no_falsesharing.py | |
| parent | 9c80b4defe1ba97ffa41e00cd8c4d1d4d18fd509 (diff) | |
| download | allocbench-8b416335805fc07262c0570bda324afccb5e3da3.tar.gz allocbench-8b416335805fc07262c0570bda324afccb5e3da3.zip | |
use gperftools in nofs allocator collection and fix tcmalloc indentation
Diffstat (limited to 'src/allocators/no_falsesharing.py')
| -rw-r--r-- | src/allocators/no_falsesharing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/no_falsesharing.py b/src/allocators/no_falsesharing.py index 23726c4..90f777e 100644 --- a/src/allocators/no_falsesharing.py +++ b/src/allocators/no_falsesharing.py @@ -21,4 +21,4 @@ from src.allocators.tcmalloc import tcmalloc, tcmalloc_nofs from src.allocators.glibc import glibc, glibc_nofs, glibc_nofs_fancy -allocators = [glibc, glibc_nofs, glibc_nofs_fancy, tcmalloc, tcmalloc_nofs] +allocators = [glibc, glibc_nofs, glibc_nofs_fancy, tcmalloc_gperftools, tcmalloc_gperftools_nofs] |
