diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-03 17:52:09 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-03 17:52:09 +0200 |
| commit | a3d020be4e633a46eb63b85acda3fe2f5f0a5970 (patch) | |
| tree | 0f79aae0175f2d07db8f9ad3c520007abd39e296 | |
| parent | a345678674f679a2ccb5a262d1362256d71a1254 (diff) | |
| download | allocbench-a3d020be4e633a46eb63b85acda3fe2f5f0a5970.tar.gz allocbench-a3d020be4e633a46eb63b85acda3fe2f5f0a5970.zip | |
[chattymalloc] bump version
| -rw-r--r-- | allocbench/allocators/chattymalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/allocators/chattymalloc.py b/allocbench/allocators/chattymalloc.py index d0056d7..0cbcb88 100644 --- a/allocbench/allocators/chattymalloc.py +++ b/allocbench/allocators/chattymalloc.py @@ -24,7 +24,7 @@ and saves each call and its result to a memory mapped output file. from allocbench.artifact import GitArtifact from allocbench.allocator import Allocator -VERSION = "1a09b144eb18919014ecf86da3442344b0eaa5b2" +VERSION = "e237a876227396203abae3872754ffaf8cc7e180" class Chattymalloc(Allocator): |
