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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use openat syscall if available
Jim Chen
2017-05-12
1
-0/+5
*
Alphabetize private symbol names.
Jason Evans
2017-02-28
1
-1/+1
*
Fix/enhance THP integration.
Jason Evans
2017-02-28
4
-4/+16
*
Add some missing explicit casts.
Jason Evans
2017-02-27
1
-3/+4
*
Fix huge-aligned allocation.
Jason Evans
2017-02-27
2
-0/+7
*
Relax witness assertions related to prof_gdump().
Jason Evans
2017-02-23
1
-0/+8
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-23
2
-12/+34
*
Enable mutex witnesses even when !isthreaded.
Jason Evans
2017-02-23
1
-7/+5
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-23
3
-10/+17
*
Fix lock order reversal during gdump.
Jason Evans
2017-01-24
1
-2/+2
*
Convert witness_assert_lockless() to witness_assert_lock_depth().
Jason Evans
2017-01-24
2
-9/+18
*
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
Mike Hommey
2017-01-18
2
-2/+0
*
Use better pre-processor defines for sparc64
John Paul Adrian Glaubitz
2017-01-13
1
-1/+1
*
Add --disable-syscall.
Jason Evans
2016-12-04
1
-2/+2
*
Mark partially purged arena chunks as non-hugepage.
Jason Evans
2016-11-24
4
-0/+18
*
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
1
-0/+3
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
1
-12/+9
*
Avoid gcc tautological-compare warnings.
Jason Evans
2016-11-17
1
-6/+20
*
Avoid negation of unsigned numbers.
Jason Evans
2016-11-15
1
-2/+2
*
Add extent serial numbers.
Jason Evans
2016-11-15
4
-35/+73
*
Remove overly restrictive stats_cactive_{add,sub}() assertions.
Jason Evans
2016-11-12
1
-6/+2
*
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
3
-14/+149
*
Fix chunk_alloc_cache() to support decommitted allocation.
Jason Evans
2016-11-04
1
-1/+1
*
Update symbol mangling.
Jason Evans
2016-11-03
1
-0/+3
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
1
-0/+3
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
3
-0/+17
*
Fix/refactor zone allocator integration code.
Jason Evans
2016-11-03
1
-1/+1
*
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
1
-2/+2
*
Support static linking of jemalloc with glibc
Dave Watson
2016-10-28
1
-0/+3
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
6
-33/+73
*
Make dss operations lockless.
Jason Evans
2016-10-13
4
-17/+7
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
2
-0/+55
*
Fix and simplify decay-based purging.
Jason Evans
2016-10-11
1
-18/+11
*
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
2
-0/+4
*
Refactor arena->decay_* into arena->decay.* (arena_decay_t).
Jason Evans
2016-10-11
1
-46/+53
*
Refine nstime_update().
Jason Evans
2016-10-10
3
-3/+19
*
Simplify run quantization.
Jason Evans
2016-10-06
1
-1/+1
*
Refactor runs_avail.
Jason Evans
2016-10-05
3
-7/+32
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-10-04
3
-13/+116
*
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-10-04
1
-2/+2
*
Define 64-bits atomics unconditionally
Mike Hommey
2016-10-04
1
-10/+8
*
Fix LG_QUANTUM definition for sparc64
Eric Le Bihan
2016-09-26
1
-1/+1
*
Don't use compact red-black trees with the pgi compiler
Elliot Ronaghan
2016-09-26
1
-0/+2
*
Check for __builtin_unreachable at configure time
Elliot Ronaghan
2016-09-26
2
-16/+12
*
Add a missing prof_alloc_rollback() call.
Jason Evans
2016-06-08
1
-0/+1
*
Fix potential VM map fragmentation regression.
Jason Evans
2016-06-07
1
-2/+2
*
Optimize witness fast path.
Jason Evans
2016-05-11
3
-14/+153
[next]