diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-04-11 15:32:18 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-04-11 15:32:18 +0200 |
| commit | fa2155ee1202cf383780d811ca388f25306bc1c0 (patch) | |
| tree | f46a67ce918b3d823d4bbaaff96a219ff5a00a2c | |
| parent | d58dc6c95d9044ffafa08b4327f5abbf0f5b54e0 (diff) | |
| download | allocbench-fa2155ee1202cf383780d811ca388f25306bc1c0.tar.gz allocbench-fa2155ee1202cf383780d811ca388f25306bc1c0.zip | |
bump mimalloc to 1.6.0
| -rw-r--r-- | src/allocators/mimalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/mimalloc.py b/src/allocators/mimalloc.py index 08490ad..6801191 100644 --- a/src/allocators/mimalloc.py +++ b/src/allocators/mimalloc.py @@ -35,4 +35,4 @@ class Mimalloc(Allocator): super().__init__(name, **kwargs) -mimalloc = Mimalloc("mimalloc", version="v1.0.8") +mimalloc = Mimalloc("mimalloc", version="v1.6.0") |
