Merge pull request #138731 from illdefined/feature/memoryallocator-mimalloc

This commit is contained in:
Sandro 2021-09-21 20:06:35 +02:00 committed by GitHub
commit 41e2ef1012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,15 @@ let
vulnerabilities, while maintaining good performance.
'';
};
mimalloc = {
libPath = "${pkgs.mimalloc}/lib/libmimalloc.so";
description = ''
A compact and fast general purpose allocator, which may
optionally be built with mitigations against various heap
vulnerabilities.
'';
};
};
providerConf = providers.${cfg.provider};