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
...
|
*
Update ChangeLog for 4.2.1.
Jason Evans
2016-06-08
1
-0/+11
|
*
Fix rallocx() sampling code to not eagerly commit sampler update.
Jason Evans
2016-06-08
1
-3/+3
|
*
Add a missing prof_alloc_rollback() call.
Jason Evans
2016-06-08
1
-0/+1
|
*
Fix opt_zero-triggered in-place huge reallocation zeroing.
Jason Evans
2016-06-08
1
-5/+5
|
*
Fix a Valgrind regression in chunk_alloc_wrapper().
Elliot Ronaghan
2016-06-07
1
-2/+4
|
*
Fix a Valgrind regression in calloc().
Elliot Ronaghan
2016-06-07
1
-1/+1
|
*
Fix potential VM map fragmentation regression.
Jason Evans
2016-06-07
3
-4/+4
|
*
Fix mixed decl in nstime.c
Elliot Ronaghan
2016-06-07
1
-3/+5
|
*
Propagate tsdn to default chunk hooks.
Jason Evans
2016-06-07
1
-20/+62
|
/
*
Merge branch 'dev'
4.2.0
Jason Evans
2016-05-12
78
-2428/+4916
|
\
|
*
Update ChangeLog for 4.2.0.
Jason Evans
2016-05-12
1
-1/+1
|
*
Guard tsdn_tsd() call with tsdn_null() check.
Jason Evans
2016-05-11
1
-2/+2
|
*
Mangle tested functions as n_witness_* rather than witness_*_impl.
Jason Evans
2016-05-11
1
-9/+8
|
*
Optimize witness fast path.
Jason Evans
2016-05-11
4
-132/+157
|
*
Fix chunk accounting related to triggering gdump profiles.
Jason Evans
2016-05-11
2
-0/+16
|
*
Disable junk filling for tests that could otherwise easily OOM.
Jason Evans
2016-05-11
2
-0/+8
|
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
34
-1554/+1707
|
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
7
-43/+101
|
*
Add LG_QUANTUM definition for the RISC-V architecture.
Jason Evans
2016-05-07
1
-0/+3
|
*
Update ChangeLog.
Jason Evans
2016-05-06
1
-0/+22
|
*
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
6
-243/+137
|
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-06
7
-27/+117
|
*
Scale leak report summary according to sampling probability.
Jason Evans
2016-05-04
1
-18/+38
|
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
7
-6/+70
|
*
Link against librt for clock_gettime(2) if glibc < 2.17.
Jason Evans
2016-05-04
2
-12/+5
|
*
Fix a typo.
Jason Evans
2016-05-04
1
-1/+1
|
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
9
-20/+42
|
*
Update ChangeLog for 4.1.1.
Jason Evans
2016-05-04
1
-0/+21
|
*
Don't test fork() on Windows.
Jason Evans
2016-05-04
1
-0/+6
|
*
Update mallocx() OOM test to deal with smaller hugemax.
Jason Evans
2016-05-03
1
-10/+19
|
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
5
-9/+42
|
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
11
-40/+184
|
*
Use separate arena for chunk tests.
Jason Evans
2016-04-26
1
-28/+45
|
*
Fix arena reset effects on large/huge stats.
Jason Evans
2016-04-25
1
-5/+24
|
*
Fix arena_reset() test to avoid tcache.
Jason Evans
2016-04-25
1
-10/+9
|
*
Fix arena_choose_hard() regression.
Jason Evans
2016-04-23
1
-1/+1
|
*
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
8
-39/+411
|
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
14
-135/+192
|
*
Reduce a variable scope.
Jason Evans
2016-04-22
1
-2/+1
|
*
Doc typo fixes.
hitstergtd
2016-04-18
1
-3/+3
|
*
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
3
-22/+45
|
*
Update private_symbols.txt
Rajat Goel
2016-04-18
1
-0/+4
|
*
Fix style nits.
Jason Evans
2016-04-17
5
-6/+6
|
*
Fix malloc_mutex_[un]lock() to conditionally check witness.
Jason Evans
2016-04-17
2
-12/+2
|
*
Convert base_mtx locking protocol comments to assertions.
Jason Evans
2016-04-17
1
-10/+12
|
*
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
[prev]
[next]