diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2019-12-11 19:17:19 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2019-12-20 18:18:40 (GMT) |
commit | 78591841798fa548feba468d1bb7338592039180 (patch) | |
tree | 6c0d7f7ad4c9c5cdd3350ab92b034985b880eb3b /msvc | |
parent | a7862df6169f27d9f347343ffef2bef3e167317c (diff) | |
download | jemalloc-78591841798fa548feba468d1bb7338592039180.zip jemalloc-78591841798fa548feba468d1bb7338592039180.tar.gz jemalloc-78591841798fa548feba468d1bb7338592039180.tar.bz2 |
Pull out edata_t caching into its own module.
Diffstat (limited to 'msvc')
-rw-r--r-- | msvc/projects/vc2015/jemalloc/jemalloc.vcxproj | 1 | ||||
-rw-r--r-- | msvc/projects/vc2017/jemalloc/jemalloc.vcxproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj index 9dfc36d..23312d3 100644 --- a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj +++ b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj @@ -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" /> diff --git a/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj b/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj index 0ec4d1e..76c16c5 100644 --- a/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj +++ b/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj @@ -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" /> |