index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
msvc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing safety_check.c to MSBuild projects
frederik-h
2019-05-24
4
-4/+12
*
Add sc.c to the MSVC project
rustyx
2018-09-04
4
-0/+8
*
Fix MSVC build
Maks Naumov
2018-07-05
4
-4/+8
*
Fix MSVC build
Maks Naumov
2018-02-12
4
-0/+16
*
Define JEMALLOC_NO_PRIVATE_NAMESPACE also in Visual Studio x86 targets
rustyx
2018-01-30
1
-4/+4
*
Fix MSVC 2015 project and add a VS 2017 solution
rustyx
2017-10-16
13
-10/+868
*
Remove external linkage for spin_adaptive
Ryan Libby
2017-08-08
2
-4/+0
*
Update MSVC project files.
Jason Evans
2017-06-13
2
-10/+22
*
Make VS2015 project work again
rustyx
2017-05-02
2
-238/+9
*
Update brace style.
Jason Evans
2017-01-21
2
-4/+2
*
Fixes to Visual Studio Project files
Matthew Parkinson
2016-11-04
2
-6/+14
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-3/+3
*
Only use --whole-archive with gcc.
Jason Evans
2016-10-28
1
-1/+1
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
2
-10/+2
*
Readme.txt error for building in the Windows
Bai
2016-09-26
1
-1/+1
*
Fix MSVC project
rustyx
2016-07-07
2
-2/+14
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
2
-14/+14
*
Rename huge to large.
Jason Evans
2016-06-06
2
-7/+7
*
Remove quarantine support.
Jason Evans
2016-05-13
2
-8/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
2
-6/+2
*
Cleanup MSVC project, embed PDB data inside static .lib
rustyx
2016-04-12
2
-14/+11
*
Fix MSVC project
rustyx
2016-03-24
2
-0/+8
*
Fix MSVC project and improve MSVC lib naming (v140 -> vc140)
rustyx
2016-02-29
3
-7/+23
*
Make test_threads more generic
rustyx
2016-02-28
1
-66/+55
*
Improve test_threads performance
rustyx
2016-02-26
1
-4/+4
*
Fix MSVC project
rustyx
2016-02-26
2
-0/+4
*
Add MS Visual Studio 2015 support
rustyx
2016-02-20
9
-0/+1188