Merge branch 'dev' into dev-slice

This commit is contained in:
Daan Leijen 2021-06-07 16:51:14 -07:00
commit 9974b0ee23
20 changed files with 62 additions and 62 deletions

View file

@ -17,8 +17,8 @@ The `_across` postfixed functions do allow sequences that can cross over
between the fields. (This is used in arena allocation)
---------------------------------------------------------------------------- */
#include "../include/mimalloc.h"
#include "../include/mimalloc-internal.h"
#include "mimalloc.h"
#include "mimalloc-internal.h"
#include "bitmap.h"
/* -----------------------------------------------------------