aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-06-08 17:28:10 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-06-08 17:28:10 +0200
commite6d6200972e3fa1e5274265ba89b064d016610e1 (patch)
tree28f3a440056132f8f711c90ca6a66f36801635a9
parent98fc40707ee0d7442e00dd78b6be252d1a88228c (diff)
downloadallocbench-e6d6200972e3fa1e5274265ba89b064d016610e1.tar.gz
allocbench-e6d6200972e3fa1e5274265ba89b064d016610e1.zip
[speedymalloc] bump version
-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 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):