mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 03:48:42 +03:00
Add barebones of MiMalloc WinDbg extension
This commit is contained in:
parent
632fe6d8c8
commit
a6302f4768
6 changed files with 173 additions and 3 deletions
|
@ -61,6 +61,9 @@
|
|||
<ClCompile Include="..\..\src\arena-meta.c">
|
||||
<Filter>Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_dbg.cpp">
|
||||
<Filter>Sources</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\include\mimalloc\atomic.h">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue