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
...
*
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
*
Apply likely()/unlikely() to allocation/deallocation fast paths.
Jason Evans
2014-09-12
4
-83/+85
*
Fix mallocx() to always honor MALLOCX_ARENA() when profiling.
Jason Evans
2014-09-11
1
-2/+1
*
mark some conditions as unlikely
Daniel Micay
2014-09-11
1
-21/+21
*
Fix a profile sampling race.
Jason Evans
2014-09-10
2
-53/+91
*
Fix prof_tdata_get()-related regressions.
Jason Evans
2014-09-09
1
-25/+20
*
Fix sdallocx() assertion.
Jason Evans
2014-09-09
1
-16/+18
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
1
-0/+44
*
Optimize [nmd]alloc() fast paths.
Jason Evans
2014-09-07
3
-102/+141
*
Whitespace cleanups.
Jason Evans
2014-09-05
1
-7/+7
*
Refactor chunk map.
Qinfan Wu
2014-09-05
3
-104/+116
*
Remove junk filling in tcache_bin_flush_small().
Qinfan Wu
2014-08-27
1
-4/+0
*
Test for availability of malloc hooks via autoconf
Sara Golemon
2014-08-22
1
-1/+3
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
5
-439/+939
*
Dump heap profile backtraces in a stable order.
Jason Evans
2014-08-20
1
-52/+105
*
Directly embed prof_ctx_t's bt.
Jason Evans
2014-08-20
1
-51/+18
*
Convert prof_tdata_t's bt2cnt to a comprehensive map.
Jason Evans
2014-08-20
1
-50/+17
*
Fix arena.<i>.dss mallctl to handle read-only calls.
Jason Evans
2014-08-15
1
-23/+29
*
Fix and refactor runs_dirty-based purging.
Jason Evans
2014-08-14
1
-104/+80
*
arena->npurgatory is no longer needed since we drop arena's lock
Qinfan Wu
2014-08-12
1
-12/+3
*
Remove chunks_dirty tree, nruns_avail and nruns_adjac since we no
Qinfan Wu
2014-08-12
1
-177/+10
[prev]
[next]