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 fc3e27e..a23a98e 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 = "b685e17ef0181e1164b61c4a159e4ee0b45b2b1f" +VERSION = "65312883f5e0a35b66b45824d581d72338ac5a05" class Speedymalloc(Allocator): |
