mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-08 20:38:41 +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
|
# Using the library
|
||||||
|
|
||||||
The preferred usage is including `<mimalloc.h>`, linking with
|
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
|
> gcc -o myprogram -lmimalloc myfile.c
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue