mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
fix msvc compilation with new atomics
This commit is contained in:
parent
644e453709
commit
4df01218e2
4 changed files with 43 additions and 7 deletions
|
@ -280,7 +280,6 @@ typedef mi_page_t mi_slice_t;
|
|||
|
||||
typedef int64_t mi_msecs_t;
|
||||
|
||||
|
||||
// Segments are large allocated memory blocks (8mb on 64 bit) from
|
||||
// the OS. Inside segments we allocated fixed size _pages_ that
|
||||
// contain blocks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue