merge from dev

This commit is contained in:
Daan Leijen 2023-03-31 10:34:19 -07:00
commit b9e28eb23a

View File

@ -27,7 +27,6 @@ The arena allocation needs to be thread safe and we use an atomic bitmap to allo
#include "bitmap.h" // atomic bitmap
/* -----------------------------------------------------------
Arena allocation
----------------------------------------------------------- */