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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rc-4.3.1'
4.3.1
Jason Evans
2016-11-08
10
-46/+390
|
\
|
*
Update ChangeLog for 4.3.1.
Jason Evans
2016-11-08
1
-0/+8
|
*
Revert "Define 64-bits atomics unconditionally"
Jason Evans
2016-11-07
1
-8/+10
|
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
7
-32/+364
|
*
Fix run leak.
Jason Evans
2016-11-07
2
-6/+8
|
/
*
Merge branch 'rel-4.3.0'
4.3.0
Jason Evans
2016-11-05
4
-5/+23
|
\
|
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-04
1
-0/+2
|
*
Fix arena data structure size calculation.
Jason Evans
2016-11-04
1
-2/+2
|
*
Fixes to Visual Studio Project files
Matthew Parkinson
2016-11-04
2
-3/+19
*
|
Merge branch 'rel-4.3.0'
Jason Evans
2016-11-05
63
-1374/+2663
|
\
\
|
|
/
|
*
Use -std=gnu11 if available.
Jason Evans
2016-11-04
1
-2/+8
|
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-04
1
-3/+9
|
*
Fix large allocation to search optimal size class heap.
Jason Evans
2016-11-04
1
-1/+1
|
*
Fix chunk_alloc_cache() to support decommitted allocation.
Jason Evans
2016-11-04
3
-12/+14
|
*
Update symbol mangling.
Jason Evans
2016-11-03
1
-0/+3
|
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-03
1
-0/+37
|
*
Update project URL.
Jason Evans
2016-11-03
3
-3/+3
|
*
Check for existance of CPU_COUNT macro before using it.
Dave Watson
2016-11-03
1
-1/+7
|
*
Fix sycall(2) configure test for Linux.
Jason Evans
2016-11-03
1
-2/+1
|
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
4
-4/+24
|
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
7
-0/+42
|
*
Fix/refactor zone allocator integration code.
Jason Evans
2016-11-03
2
-86/+108
|
*
Call _exit(2) rather than exit(3) in forked child.
Jason Evans
2016-11-03
1
-1/+1
|
*
Force no lazy-lock on Windows.
Jason Evans
2016-11-02
1
-5/+11
|
*
Use <quote>...</quote> rather than “...” or "..." in XML.
Jason Evans
2016-11-01
2
-20/+21
|
*
Add "J" (JSON) support to malloc_stats_print().
Jason Evans
2016-11-01
2
-398/+876
|
*
Refactor witness_unlock() to fix undefined test behavior.
Jason Evans
2016-10-31
2
-11/+29
|
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
3
-10/+10
|
*
Use syscall(2) rather than {open,read,close}(2) during boot.
Jason Evans
2016-10-30
1
-0/+19
|
*
Fix EXTRA_CFLAGS to not affect configuration.
Jason Evans
2016-10-30
2
-5/+4
|
*
Do not mark malloc_conf as weak on Windows.
Jason Evans
2016-10-29
1
-1/+1
|
*
Do not mark malloc_conf as weak for unit tests.
Jason Evans
2016-10-29
1
-1/+5
|
*
Support static linking of jemalloc with glibc
Dave Watson
2016-10-28
2
-0/+34
|
*
Reduce memory requirements for regression tests.
Jason Evans
2016-10-28
3
-35/+55
|
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
1
-0/+7
|
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
3
-6/+27
|
*
Only link with libm (-lm) if necessary.
Jason Evans
2016-10-28
2
-6/+16
|
*
Only use --whole-archive with gcc.
Jason Evans
2016-10-28
3
-3/+7
|
*
Do not force lazy lock on Windows.
Jason Evans
2016-10-28
1
-1/+0
|
*
Fix over-sized allocation of rtree leaf nodes.
Jason Evans
2016-10-28
1
-1/+1
|
*
Use --whole-archive when linking integration tests on MinGW.
Jason Evans
2016-10-26
1
-1/+10
|
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
14
-130/+176
|
*
Make dss operations lockless.
Jason Evans
2016-10-13
11
-146/+127
|
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
6
-2/+66
|
*
Disallow 0x5a junk filling when running in Valgrind.
Jason Evans
2016-10-13
1
-6/+28
|
*
Fix and simplify decay-based purging.
Jason Evans
2016-10-11
2
-69/+69
|
*
Fix decay tests to all adapt to nstime_monotonic().
Jason Evans
2016-10-11
1
-6/+9
|
*
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
6
-6/+63
|
*
Refactor arena->decay_* into arena->decay.* (arena_decay_t).
Jason Evans
2016-10-11
2
-84/+91
|
*
Refine nstime_update().
Jason Evans
2016-10-10
5
-38/+109
[next]