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
/
jemalloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
15
-270/+362
*
Add LG_QUANTUM definition for the RISC-V architecture.
Jason Evans
2016-05-07
1
-0/+3
*
Update private_symbols.txt.
Jason Evans
2016-05-06
1
-2/+11
*
Optimize the fast paths of calloc() and [m,d,sd]allocx().
Jason Evans
2016-05-06
3
-55/+21
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-06
3
-2/+13
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
2
-0/+9
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
3
-6/+27
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
2
-2/+4
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
5
-5/+21
*
Fix degenerate mb_write() compilation error.
Jason Evans
2016-04-23
1
-3/+3
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
3
-1/+7
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
6
-23/+47
*
Fix malloc_mutex_assert_[not_]owner() for --enable-lazy-lock case.
Jason Evans
2016-04-18
1
-2/+2
*
Update private_symbols.txt.
Jason Evans
2016-04-18
1
-8/+31
*
Update private_symbols.txt
Rajat Goel
2016-04-18
1
-0/+4
*
Fix style nits.
Jason Evans
2016-04-17
1
-1/+1
*
Fix malloc_mutex_[un]lock() to conditionally check witness.
Jason Evans
2016-04-17
1
-2/+2
*
s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/
Jason Evans
2016-04-14
1
-1/+1
*
Fix a compilation error.
Jason Evans
2016-04-14
1
-2/+2
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
15
-187/+353
*
Fix a style nit.
Jason Evans
2016-04-13
1
-1/+2
*
Simplify RTREE_HEIGHT_MAX definition.
Jason Evans
2016-04-11
1
-29/+4
*
Support --with-lg-page values larger than actual page size.
Jason Evans
2016-04-11
2
-4/+4
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
1
-2/+2
[next]