mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Move extent2 -> extent.
Eventually, we may fully break off the extent module; but not for some time. If it's going to live on in a non-transitory state, it might as well have the nicer name.
This commit is contained in:
parent
2f4fa80414
commit
e210ccc57e
6 changed files with 7 additions and 12 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<ClCompile Include="..\..\..\..\src\edata_cache.c" />
|
||||
<ClCompile Include="..\..\..\..\src\ehooks.c" />
|
||||
<ClCompile Include="..\..\..\..\src\eset.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent2.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent_dss.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent_mmap.c" />
|
||||
<ClCompile Include="..\..\..\..\src\hash.c" />
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
<ClCompile Include="..\..\..\..\src\edata_cache.c" />
|
||||
<ClCompile Include="..\..\..\..\src\ehooks.c" />
|
||||
<ClCompile Include="..\..\..\..\src\eset.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent2.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent_dss.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent_mmap.c" />
|
||||
<ClCompile Include="..\..\..\..\src\hash.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue