diff options
| author | Jason Evans <jasone@canonware.com> | 2016-05-31 14:50:21 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2016-06-05 20:42:23 -0700 |
| commit | 7d63fed0fd0bb10bd250e40c35558f67f26469cd (patch) | |
| tree | 4e6e1a7d84906c4b1301b9c78e692a3f15e80ba1 /msvc/projects | |
| parent | 714d1640f30726a21898b34ac64b8f2fddb502c7 (diff) | |
| download | platform_external_jemalloc_new-7d63fed0fd0bb10bd250e40c35558f67f26469cd.tar.gz platform_external_jemalloc_new-7d63fed0fd0bb10bd250e40c35558f67f26469cd.tar.bz2 platform_external_jemalloc_new-7d63fed0fd0bb10bd250e40c35558f67f26469cd.zip | |
Rename huge to large.
Diffstat (limited to 'msvc/projects')
| -rw-r--r-- | msvc/projects/vc2015/jemalloc/jemalloc.vcxproj | 4 | ||||
| -rw-r--r-- | msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj index 537cb6ab..91c949aa 100644 --- a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj +++ b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj @@ -47,11 +47,11 @@ <ClInclude Include="..\..\..\..\include\jemalloc\internal\ctl.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\extent.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\hash.h" /> - <ClInclude Include="..\..\..\..\include\jemalloc\internal\huge.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\jemalloc_internal.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\jemalloc_internal_decls.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\jemalloc_internal_defs.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\jemalloc_internal_macros.h" /> + <ClInclude Include="..\..\..\..\include\jemalloc\internal\large.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\mb.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\mutex.h" /> <ClInclude Include="..\..\..\..\include\jemalloc\internal\nstime.h" /> @@ -98,8 +98,8 @@ <ClCompile Include="..\..\..\..\src\ctl.c" /> <ClCompile Include="..\..\..\..\src\extent.c" /> <ClCompile Include="..\..\..\..\src\hash.c" /> - <ClCompile Include="..\..\..\..\src\huge.c" /> <ClCompile Include="..\..\..\..\src\jemalloc.c" /> + <ClCompile Include="..\..\..\..\src\large.c" /> <ClCompile Include="..\..\..\..\src\mb.c" /> <ClCompile Include="..\..\..\..\src\mutex.c" /> <ClCompile Include="..\..\..\..\src\nstime.c" /> diff --git a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters index d2b5595f..09d4cb20 100644 --- a/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters +++ b/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters @@ -80,9 +80,6 @@ <ClInclude Include="..\..\..\..\include\jemalloc\internal\hash.h"> <Filter>Header Files\internal</Filter> </ClInclude> - <ClInclude Include="..\..\..\..\include\jemalloc\internal\huge.h"> - <Filter>Header Files\internal</Filter> - </ClInclude> <ClInclude Include="..\..\..\..\include\jemalloc\internal\jemalloc_internal.h"> <Filter>Header Files\internal</Filter> </ClInclude> @@ -95,6 +92,9 @@ <ClInclude Include="..\..\..\..\include\jemalloc\internal\jemalloc_internal_macros.h"> <Filter>Header Files\internal</Filter> </ClInclude> + <ClInclude Include="..\..\..\..\include\jemalloc\internal\large.h"> + <Filter>Header Files\internal</Filter> + </ClInclude> <ClInclude Include="..\..\..\..\include\jemalloc\internal\mb.h"> <Filter>Header Files\internal</Filter> </ClInclude> @@ -205,10 +205,10 @@ <ClCompile Include="..\..\..\..\src\hash.c"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\..\..\src\huge.c"> + <ClCompile Include="..\..\..\..\src\jemalloc.c"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\..\..\src\jemalloc.c"> + <ClCompile Include="..\..\..\..\src\large.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mb.c"> |
