mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 05:59:32 +03:00
Update readme.md
This commit is contained in:
parent
71160e2bac
commit
24e2929dde
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ Notes:
|
|||
# Using the library
|
||||
|
||||
The preferred usage is including `<mimalloc.h>`, linking with
|
||||
the shared- or static library, and using the `mi_malloc` API exclusively for allocation. For example,
|
||||
the shared- or static library, and using the `mi_malloc` API exclusively for allocation. For example.
|
||||
```
|
||||
> gcc -o myprogram -lmimalloc myfile.c
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue