Organize Functions into its own files

Add a clang style so the entire proejct can follow same style.
This commit is contained in:
Gustavo Varo 2025-03-05 16:28:22 -05:00
parent 71549dae90
commit 0ced3c5216
11 changed files with 412 additions and 65 deletions

View file

@ -61,7 +61,13 @@
<ClCompile Include="..\..\src\arena-meta.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_dbg.cpp">
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg.cpp">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg_arenas.cpp">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg_utils.cpp">
<Filter>Sources</Filter>
</ClCompile>
</ItemGroup>
@ -99,6 +105,9 @@
<ClInclude Include="..\..\include\mimalloc-stats.h">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\src\prim\windows\windbg\mimalloc_windbg_utils.h">
<Filter>Headers</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Headers">