From f03f91596267d96b3d16973d04f7f9426fd6fbe6 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 10 Jul 2020 18:24:37 +0200 Subject: [speedymalloc] bump version --- allocbench/allocators/speedymalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3