1. Home
  2. Browse
  3. mimalloc

mimalloc

v2.1.2#1Go to latest

mimalloc is a compact general purpose allocator with excellent performance.

Install

Run the following Vcpkg command to install the port.

Usage

mimalloc provides CMake targets:

find_package(mimalloc CONFIG REQUIRED)

target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mimalloc-static>,mimalloc-static,mimalloc)

Features

Dependencies

See source

Version

v2.1.2#1

Publication

Supports

!uwp

GitHub

microsoft/mimalloc10K

Homepage

github.com/microsoft/mimalloc

Subtree

8e03049b8c

License

MIT

Definition

Manifest