mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
bump cmake required version to 3.18 and detect libatomic more reliably, see pr #898
This commit is contained in:
parent
7ea7296d3e
commit
03224e17a0
2 changed files with 6 additions and 8 deletions
|
@ -24,7 +24,7 @@ not accidentally mix pointers from different allocators).
|
|||
#define free(p) mi_free(p)
|
||||
|
||||
#define strdup(s) mi_strdup(s)
|
||||
#define strndup(s,n) mi_strndup(s,n)
|
||||
#define strndup(s,n) mi_strndup(s,n)
|
||||
#define realpath(f,n) mi_realpath(f,n)
|
||||
|
||||
// Microsoft extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue