mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
add extra checks for valid pointers in the pagemap, add max_vabits and debug_commit_full_pagemap options
This commit is contained in:
parent
3a92c35270
commit
c5a2d11193
6 changed files with 33 additions and 19 deletions
|
@ -58,7 +58,9 @@
|
|||
<ClCompile Include="..\..\src\page-map.c">
|
||||
<Filter>Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\arena-meta.c" />
|
||||
<ClCompile Include="..\..\src\arena-meta.c">
|
||||
<Filter>Sources</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\include\mimalloc\atomic.h">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue