|
36 | 36 | </ItemGroup> |
37 | 37 | <ItemGroup> |
38 | 38 | <ClCompile Include="..\..\..\..\src\arena.c" /> |
| 39 | + <ClCompile Include="..\..\..\..\src\background_thread.c" /> |
39 | 40 | <ClCompile Include="..\..\..\..\src\base.c" /> |
40 | 41 | <ClCompile Include="..\..\..\..\src\bitmap.c" /> |
41 | 42 | <ClCompile Include="..\..\..\..\src\ckh.c" /> |
|
49 | 50 | <ClCompile Include="..\..\..\..\src\large.c" /> |
50 | 51 | <ClCompile Include="..\..\..\..\src\malloc_io.c" /> |
51 | 52 | <ClCompile Include="..\..\..\..\src\mutex.c" /> |
| 53 | + <ClCompile Include="..\..\..\..\src\mutex_pool.c" /> |
52 | 54 | <ClCompile Include="..\..\..\..\src\nstime.c" /> |
53 | 55 | <ClCompile Include="..\..\..\..\src\pages.c" /> |
54 | 56 | <ClCompile Include="..\..\..\..\src\prng.c" /> |
55 | 57 | <ClCompile Include="..\..\..\..\src\prof.c" /> |
56 | 58 | <ClCompile Include="..\..\..\..\src\rtree.c" /> |
57 | 59 | <ClCompile Include="..\..\..\..\src\spin.c" /> |
58 | 60 | <ClCompile Include="..\..\..\..\src\stats.c" /> |
| 61 | + <ClCompile Include="..\..\..\..\src\sz.c" /> |
59 | 62 | <ClCompile Include="..\..\..\..\src\tcache.c" /> |
60 | 63 | <ClCompile Include="..\..\..\..\src\ticker.c" /> |
61 | 64 | <ClCompile Include="..\..\..\..\src\tsd.c" /> |
|
227 | 230 | </PrecompiledHeader> |
228 | 231 | <WarningLevel>Level3</WarningLevel> |
229 | 232 | <Optimization>Disabled</Optimization> |
230 | | - <PreprocessorDefinitions>_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 233 | + <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
231 | 234 | <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
232 | 235 | <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> |
233 | 236 | <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> |
|
243 | 246 | </PrecompiledHeader> |
244 | 247 | <WarningLevel>Level3</WarningLevel> |
245 | 248 | <Optimization>Disabled</Optimization> |
246 | | - <PreprocessorDefinitions>JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 249 | + <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
247 | 250 | <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
248 | 251 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
249 | 252 | <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> |
|
305 | 308 | <FunctionLevelLinking>true</FunctionLevelLinking> |
306 | 309 | <IntrinsicFunctions>true</IntrinsicFunctions> |
307 | 310 | <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
308 | | - <PreprocessorDefinitions>_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 311 | + <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
309 | 312 | <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> |
310 | 313 | <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> |
311 | 314 | </ClCompile> |
|
324 | 327 | <Optimization>MaxSpeed</Optimization> |
325 | 328 | <FunctionLevelLinking>true</FunctionLevelLinking> |
326 | 329 | <IntrinsicFunctions>true</IntrinsicFunctions> |
327 | | - <PreprocessorDefinitions>_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 330 | + <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
328 | 331 | <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
329 | 332 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
330 | 333 | <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> |
|
0 commit comments