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 e9e5f50..c654a2c 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 = "c448cfab9e089222cbeb3e294c94047cedec72d8"
+VERSION = "bb3d360a36aa6798619ec8e1d5eca69d45eacb75"
class Speedymalloc(Allocator):