mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-05 09:56:22 +03:00
Pull out edata_t caching into its own module.
This commit is contained in:
parent
a7862df616
commit
7859184179
12 changed files with 106 additions and 60 deletions
|
|
@ -45,6 +45,7 @@
|
|||
<ClCompile Include="..\..\..\..\src\ctl.c" />
|
||||
<ClCompile Include="..\..\..\..\src\div.c" />
|
||||
<ClCompile Include="..\..\..\..\src\edata.c" />
|
||||
<ClCompile Include="..\..\..\..\src\edata_cache.c" />
|
||||
<ClCompile Include="..\..\..\..\src\ehooks.c" />
|
||||
<ClCompile Include="..\..\..\..\src\eset.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent2.c" />
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@
|
|||
<ClCompile Include="..\..\..\..\src\ctl.c" />
|
||||
<ClCompile Include="..\..\..\..\src\div.c" />
|
||||
<ClCompile Include="..\..\..\..\src\edata.c" />
|
||||
<ClCompile Include="..\..\..\..\src\edata_cache.c" />
|
||||
<ClCompile Include="..\..\..\..\src\ehooks.c" />
|
||||
<ClCompile Include="..\..\..\..\src\eset.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent2.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue