aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--allocbench/allocators/speedymalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/allocators/speedymalloc.py b/allocbench/allocators/speedymalloc.py
index 8f7ac32..4a78246 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 = "dbd2610ba7b83e9dd4d05a1cb5293f749704562b"
+VERSION = "edb792124f15be236a3a2d774bd21461f9baaaa6"
class Speedymalloc(Allocator):