mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-17 03:34:48 +03:00
spelling: convenience
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
87d70ac71e
commit
fe2dec15aa
4 changed files with 5 additions and 5 deletions
|
@ -224,7 +224,7 @@ target_link_libraries(myapp PUBLIC mimalloc-static)
|
|||
to link with the static library. See `test\CMakeLists.txt` for an example.
|
||||
|
||||
For best performance in C++ programs, it is also recommended to override the
|
||||
global `new` and `delete` operators. For convience, mimalloc provides
|
||||
global `new` and `delete` operators. For convenience, mimalloc provides
|
||||
[`mimalloc-new-delete.h`](https://github.com/microsoft/mimalloc/blob/master/include/mimalloc-new-delete.h) which does this for you -- just include it in a single(!) source file in your project.
|
||||
In C++, mimalloc also provides the `mi_stl_allocator` struct which implements the `std::allocator`
|
||||
interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue