From 3c418f814d8c37192dd2c586b79ecd233a06a266 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Tue, 23 Jul 2019 02:16:02 +0800 Subject: [mimalloc] Add new port (fix #6996) (#7011) * [mimalloc] Add new port (fix #6996) * [mimalloc] Fix x64-uwp build error * [mimalloc] Fix interface include directory * [mimalloc] Add features * [mimalloc] Make the patch vcpkg friendly * [mimalloc] Update to 2019-06-25 * [mimalloc] Use vcpkg_check_features * [mimalloc] Clean --- ports/mimalloc/CONTROL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ports/mimalloc/CONTROL (limited to 'ports/mimalloc/CONTROL') diff --git a/ports/mimalloc/CONTROL b/ports/mimalloc/CONTROL new file mode 100644 index 000000000..127d64590 --- /dev/null +++ b/ports/mimalloc/CONTROL @@ -0,0 +1,13 @@ +Source: mimalloc +Version: 2019-06-25 +Description: Compact general purpose allocator with excellent performance +Homepage: https://github.com/microsoft/mimalloc + +Feature: asm +Description: Generate assembly files + +Feature: override +Description: Override the standard malloc interface + +Feature: secure +Description: Use security mitigations (like guard pages and randomization) -- cgit v1.2.3