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
+9
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};