diff options
| -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): |
