fix msvc compilation with new atomics

This commit is contained in:
daan 2020-09-05 10:03:37 -07:00
parent 644e453709
commit 4df01218e2
4 changed files with 43 additions and 7 deletions

View file

@ -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.