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.4.0'
4.4.0
Jason Evans
2016-12-04
55
-705/+1396
|
\
|
*
Update ChangeLog for 4.4.0.
Jason Evans
2016-12-04
1
-0/+27
|
*
Add --disable-syscall.
Jason Evans
2016-12-04
5
-15/+33
|
*
Update configure cache file example.
Jason Evans
2016-12-04
1
-12/+6
|
*
Fix pages_purge() when using MADV_DONTNEED.
Jason Evans
2016-12-04
1
-1/+1
|
*
Implement a more reliable detection scheme for os_unfair_lock.
John Szakmeister
2016-11-29
1
-0/+5
|
*
Mark partially purged arena chunks as non-hugepage.
Jason Evans
2016-11-24
9
-5/+110
|
*
Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.
Jason Evans
2016-11-22
1
-2/+6
|
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
3
-2/+14
|
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
3
-30/+39
|
*
Remove a residual comment.
Jason Evans
2016-11-17
1
-1/+0
|
*
Avoid gcc tautological-compare warnings.
Jason Evans
2016-11-17
2
-12/+26
|
*
Avoid gcc type-limits warnings.
Jason Evans
2016-11-17
1
-14/+32
|
*
Document how to use --cache configure option.
Jason Evans
2016-11-16
1
-0/+15
|
*
Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."
Jason Evans
2016-11-16
1
-16/+1
|
*
Fix an MSVC compiler warning.
Jason Evans
2016-11-16
1
-1/+1
|
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
27
-362/+397
|
*
Explicitly cast negative constants meant for use as unsigned.
Jason Evans
2016-11-15
1
-3/+5
|
*
Add cast to silence (harmless) conversion warning.
Jason Evans
2016-11-15
1
-1/+1
|
*
Avoid negation of unsigned numbers.
Jason Evans
2016-11-15
1
-2/+2
|
*
Consistently use size_t rather than uint64_t for extent serial numbers.
Jason Evans
2016-11-15
2
-3/+3
|
*
Add packing test, which verifies stable layout policy.
Jason Evans
2016-11-15
2
-0/+207
|
*
Add extent serial numbers.
Jason Evans
2016-11-15
10
-163/+298
|
*
Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.
Jason Evans
2016-11-12
1
-1/+16
|
*
Reduce memory usage for sdallocx() test_alignment_and_size.
Jason Evans
2016-11-12
1
-2/+2
|
*
Simplify extent_quantize().
Jason Evans
2016-11-12
1
-6/+3
|
*
Remove overly restrictive stats_cactive_{add,sub}() assertions.
Jason Evans
2016-11-12
1
-6/+2
|
*
Fix/simplify chunk_recycle() allocation size computations.
Jason Evans
2016-11-12
1
-1/+4
|
*
Fix extent_quantize() to handle greater-than-huge-size extents.
Jason Evans
2016-11-12
1
-5/+19
|
*
Add configure support for *-*-linux-android.
Jason Evans
2016-11-10
1
-0/+12
|
*
Support Debian GNU/kFreeBSD.
Samuel Moritz
2016-11-10
1
-1/+1
|
*
Update config.{guess,sub} from upstream.
Jason Evans
2016-11-10
2
-90/+160
|
/
*
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
[next]