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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore MALLOC_CONF in set{uid,gid,cap} binaries.
Daniel Micay
2014-12-14
1
-1/+22
*
Style and spelling fixes.
Jason Evans
2014-12-09
6
-8/+8
*
Fix OOM cleanup in huge_palloc().
Jason Evans
2014-12-05
1
-6/+2
*
teach the dss chunk allocator to handle new_addr
Daniel Micay
2014-11-29
2
-8/+15
*
Fix more pointer arithmetic undefined behavior.
Jason Evans
2014-11-17
1
-4/+4
*
Fix pointer arithmetic undefined behavior.
Jason Evans
2014-11-17
2
-17/+31
*
Make quarantine_init() static.
Jason Evans
2014-11-07
1
-1/+1
*
Fix two quarantine regressions.
Jason Evans
2014-11-05
1
-0/+22
*
Disable arena_dirty_count() validation.
Jason Evans
2014-11-01
1
-2/+6
*
Don't dereference NULL tdata in prof_{enter,leave}().
Jason Evans
2014-11-01
1
-13/+18
*
rm unused arena wrangling from xallocx
Daniel Micay
2014-10-31
1
-16/+8
*
Miscellaneous cleanups.
Jason Evans
2014-10-31
2
-4/+6
*
avoid redundant chunk header reads
Daniel Micay
2014-10-31
1
-28/+26
*
mark huge allocations as unlikely
Daniel Micay
2014-10-31
2
-4/+4
*
Fix prof_{enter,leave}() calls to pass tdata_self.
Jason Evans
2014-10-30
1
-19/+24
*
Use JEMALLOC_INLINE_C everywhere it's appropriate.
Jason Evans
2014-10-30
4
-15/+15
*
Merge pull request #151 from thestinger/ralloc
Jason Evans
2014-10-16
2
-2/+2
|
\
|
*
use sized deallocation internally for ralloc
Daniel Micay
2014-10-16
2
-2/+2
*
|
Initialize chunks_mtx for all configurations.
Jason Evans
2014-10-16
1
-4/+3
|
/
*
Purge/zero sub-chunk huge allocations as necessary.
Jason Evans
2014-10-16
1
-24/+51
*
Add small run utilization to stats output.
Jason Evans
2014-10-15
1
-16/+34
*
Fix huge allocation statistics.
Jason Evans
2014-10-15
2
-155/+239
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
4
-299/+497
*
Fix a prof_tctx_t/prof_tdata_t cleanup race.
Jason Evans
2014-10-12
1
-5/+5
*
Remove arena_dalloc_bin_run() clean page preservation.
Jason Evans
2014-10-11
1
-66/+7
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-11
1
-0/+54
*
Don't fetch tsd in a0{d,}alloc().
Jason Evans
2014-10-11
1
-11/+7
*
Add configure options.
Jason Evans
2014-10-10
4
-96/+101
*
Avoid atexit(3) when possible, disable prof_final by default.
Jason Evans
2014-10-09
1
-8/+9
*
Fix a recursive lock acquisition regression.
Jason Evans
2014-10-08
1
-11/+16
*
Use regular arena allocation for huge tree nodes.
Daniel Micay
2014-10-08
2
-5/+6
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
7
-239/+475
*
Fix a prof_tctx_t destruction race.
Jason Evans
2014-10-06
1
-18/+32
*
Normalize size classes.
Jason Evans
2014-10-06
6
-152/+231
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
3
-28/+101
*
Fix OOM-related regression in arena_tcache_fill_small().
Jason Evans
2014-10-05
1
-1/+12
*
Fix prof regressions.
Jason Evans
2014-10-04
1
-16/+23
*
Silence a compiler warning.
Jason Evans
2014-10-04
1
-1/+1
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
5
-88/+53
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
4
-50/+198
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
12
-91/+90
*
Test prof.reset mallctl and fix numerous discovered bugs.
Jason Evans
2014-10-03
1
-64/+149
*
Implement in-place huge allocation shrinking.
Daniel Micay
2014-10-01
1
-27/+62
*
Mark malloc_conf as a weak symbol
Dave Rigby
2014-09-29
1
-1/+1
*
Move small run metadata into the arena chunk header.
Jason Evans
2014-09-29
1
-194/+153
*
Implement compile-time bitmap size computation.
Jason Evans
2014-09-28
1
-15/+3
*
Fix profile dumping race.
Jason Evans
2014-09-25
1
-1/+9
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
10
-496/+546
*
Fix prof regressions.
Jason Evans
2014-09-12
1
-1/+22
*
Fix irallocx_prof() sample logic.
Jason Evans
2014-09-12
1
-3/+3
[next]