From 58e6157f7e0b356d57dc9499435ca98154a86217 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 12 Apr 2020 15:48:52 +0200 Subject: bump speedymalloc --- src/allocators/speedymalloc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/allocators/speedymalloc.py') diff --git a/src/allocators/speedymalloc.py b/src/allocators/speedymalloc.py index dfeb198..8689dd7 100644 --- a/src/allocators/speedymalloc.py +++ b/src/allocators/speedymalloc.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Florian Fischer +# Copyright 2018-2020 Florian Fischer # # This file is part of allocbench. # @@ -24,7 +24,7 @@ memory in speeds favor. Memory is mmapped per thread and never freed. from src.artifact import GitArtifact from src.allocator import Allocator -VERSION = "dc8b2430ed55702abeb0fab1b931141b9d6f7128" +VERSION = "443e12e0413c843a1df331c87992bff3f6be6be2" class Speedymalloc(Allocator): -- cgit v1.2.3