vcpkg/ports/mimalloc/CONTROL

15 lines
403 B
Plaintext
Raw Normal View History

Source: mimalloc
Version: 1.6.4
Description: Compact general purpose allocator with excellent performance
Homepage: https://github.com/microsoft/mimalloc
Supports: !(arm|uwp)
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)