From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/mimalloc/usage | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vcpkg/ports/mimalloc/usage (limited to 'vcpkg/ports/mimalloc/usage') diff --git a/vcpkg/ports/mimalloc/usage b/vcpkg/ports/mimalloc/usage new file mode 100644 index 0000000..df1eac2 --- /dev/null +++ b/vcpkg/ports/mimalloc/usage @@ -0,0 +1,9 @@ +mimalloc provides CMake targets: + + find_package(mimalloc CONFIG REQUIRED) + target_link_libraries(main PRIVATE $,mimalloc-static,mimalloc>) + +To ensure the mimalloc-override.dll is loaded at runtime on Windows with +dynamic linkage, it is suggested to insert some call to the mimalloc API +in the main function, eg. `mi_version()`. Cf. +https://github.com/microsoft/mimalloc/blob/dev/readme.md#dynamic-override-on-windows -- cgit v1.2.3