diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-08 17:28:10 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-08 17:28:10 +0200 |
| commit | e6d6200972e3fa1e5274265ba89b064d016610e1 (patch) | |
| tree | 28f3a440056132f8f711c90ca6a66f36801635a9 | |
| parent | 98fc40707ee0d7442e00dd78b6be252d1a88228c (diff) | |
| download | allocbench-e6d6200972e3fa1e5274265ba89b064d016610e1.tar.gz allocbench-e6d6200972e3fa1e5274265ba89b064d016610e1.zip | |
[speedymalloc] bump version
| -rw-r--r-- | allocbench/allocators/speedymalloc.py | 2 |
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): |
