mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 03:48:42 +03:00
merge from dev-reset
This commit is contained in:
commit
24034c997c
18 changed files with 316 additions and 765 deletions
|
@ -257,7 +257,11 @@
|
|||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\page.c" />
|
||||
<ClCompile Include="..\..\src\random.c" />
|
||||
<<<<<<< HEAD
|
||||
<ClCompile Include="..\..\src\segment-cache.c" />
|
||||
=======
|
||||
<ClCompile Include="..\..\src\segment-map.c" />
|
||||
>>>>>>> dev-reset
|
||||
<ClCompile Include="..\..\src\segment.c" />
|
||||
<ClCompile Include="..\..\src\stats.c" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -235,7 +235,11 @@
|
|||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\page.c" />
|
||||
<ClCompile Include="..\..\src\random.c" />
|
||||
<<<<<<< HEAD
|
||||
<ClCompile Include="..\..\src\segment-cache.c" />
|
||||
=======
|
||||
<ClCompile Include="..\..\src\segment-map.c" />
|
||||
>>>>>>> dev-reset
|
||||
<ClCompile Include="..\..\src\segment.c" />
|
||||
<ClCompile Include="..\..\src\os.c" />
|
||||
<ClCompile Include="..\..\src\stats.c" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue