diff options
| -rw-r--r-- | allocbench/allocators/speedymalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/allocators/speedymalloc.py b/allocbench/allocators/speedymalloc.py index b6f505f..8f7ac32 100644 --- a/allocbench/allocators/speedymalloc.py +++ b/allocbench/allocators/speedymalloc.py @@ -24,7 +24,7 @@ memory in speeds favor. Memory is mmapped per thread and never freed. from allocbench.artifact import GitArtifact from allocbench.allocator import Allocator -VERSION = "afeeeab47fd5f25f9f84f8e521799017d9293941" +VERSION = "dbd2610ba7b83e9dd4d05a1cb5293f749704562b" class Speedymalloc(Allocator): |
