vcpkg/ports/mimalloc/CONTROL
myd7349 3c418f814d [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
2019-07-22 11:16:02 -07:00

14 lines
386 B
Plaintext

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)