mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 20:08:41 +03:00
update vcpkg instructions
This commit is contained in:
parent
be05b232e8
commit
11e64c5c42
3 changed files with 14 additions and 11 deletions
|
@ -15,7 +15,6 @@ And use mimalloc in your sources as:
|
|||
return 0;
|
||||
}
|
||||
|
||||
When dynamically overriding on Windows, ensure `mimalloc.dll` is linked
|
||||
through some call to the mimalloc API, e.g. `mi_version()`, and that
|
||||
the `mimalloc-redirect.dll` is in the same directory.
|
||||
When dynamically overriding on Windows, ensure `mimalloc.dll` is linked through some call to
|
||||
mimalloc (e.g. `mi_version()`), and that the `mimalloc-redirect.dll` is in the same directory.
|
||||
See https://github.com/microsoft/mimalloc/blob/dev/bin/readme.md for detailed information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue