refactor arena abandonment in a separate file

This commit is contained in:
daanx 2024-06-03 17:58:34 -07:00
parent 96b69d7ef6
commit 800034cb99
9 changed files with 466 additions and 395 deletions

View file

@ -58,6 +58,9 @@
<ClCompile Include="..\..\src\libc.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\..\src\arena-abandoned.c">
<Filter>Sources</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\include\mimalloc\atomic.h">