diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-02 11:19:33 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-02 11:19:33 +0200 |
| commit | fbdcaf106ca0f42312293759998211f4050cd2b0 (patch) | |
| tree | 9b26b10dd05c2549654a11ee013ca7bba433a331 | |
| parent | d05aee906907be719da7e06acfa88ac6f5de7565 (diff) | |
| download | allocbench-fbdcaf106ca0f42312293759998211f4050cd2b0.tar.gz allocbench-fbdcaf106ca0f42312293759998211f4050cd2b0.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 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): |
