mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 23:19:31 +03:00
more comments
This commit is contained in:
parent
ec5f4904b0
commit
0509d11ac5
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||||
#define mi_decl_externc
|
#define mi_decl_externc
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// pthreads
|
||||||
#if !defined(_WIN32) && !defined(__wasi__)
|
#if !defined(_WIN32) && !defined(__wasi__)
|
||||||
#define MI_USE_PTHREADS
|
#define MI_USE_PTHREADS
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue