Merge branch 'dev-slice' into dev-slice-reset

This commit is contained in:
Daan Leijen 2023-03-31 10:44:14 -07:00
commit f8faa8f2a1
2 changed files with 4 additions and 5 deletions

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
----------------------------------------------------------- */