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
...
*
Fix pointer arithmetic undefined behavior.
Jason Evans
2014-11-17
2
-17/+31
*
Make quarantine_init() static.
Jason Evans
2014-11-07
3
-4/+2
*
Fix two quarantine regressions.
Jason Evans
2014-11-05
3
-2/+26
*
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
*
Fix arena_sdalloc() to use promoted size (second attempt).
Jason Evans
2014-11-01
1
-8/+11
*
Fix arena_sdalloc() to use promoted size.
Jason Evans
2014-11-01
1
-7/+15
*
rm unused arena wrangling from xallocx
Daniel Micay
2014-10-31
1
-16/+8
*
Miscellaneous cleanups.
Jason Evans
2014-10-31
3
-10/+10
*
avoid redundant chunk header reads
Daniel Micay
2014-10-31
2
-45/+42
*
mark huge allocations as unlikely
Daniel Micay
2014-10-31
4
-16/+16
*
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 #154 from guilherme-pg/implicit-int
Jason Evans
2014-10-20
1
-1/+1
|
\
|
*
Fix variable declaration with no type in the configure script.
Guilherme Goncalves
2014-10-20
1
-1/+1
|
/
*
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
*
Thwart compiler optimizations.
Jason Evans
2014-10-15
1
-0/+12
*
Fix line wrapping.
Jason Evans
2014-10-15
1
-10/+10
*
Fix huge allocation statistics.
Jason Evans
2014-10-15
5
-160/+252
*
Update size class documentation.
Jason Evans
2014-10-15
1
-26/+84
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
10
-338/+724
*
Fix a prof_tctx_t/prof_tdata_t cleanup race.
Jason Evans
2014-10-12
2
-5/+11
*
Remove arena_dalloc_bin_run() clean page preservation.
Jason Evans
2014-10-11
2
-74/+13
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-11
6
-16/+105
*
Add AC_CACHE_CHECK() for pause instruction.
Jason Evans
2014-10-11
1
-3/+4
*
Don't fetch tsd in a0{d,}alloc().
Jason Evans
2014-10-11
2
-11/+8
*
Add configure options.
Jason Evans
2014-10-10
16
-136/+277
*
Don't configure HAVE_SSE2.
Jason Evans
2014-10-09
2
-11/+4
*
Avoid atexit(3) when possible, disable prof_final by default.
Jason Evans
2014-10-09
4
-14/+26
*
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
5
-15/+29
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
13
-347/+740
*
Fix a prof_tctx_t destruction race.
Jason Evans
2014-10-06
1
-18/+32
*
Normalize size classes.
Jason Evans
2014-10-06
16
-474/+557
*
Fix a docbook element nesting nit.
Jason Evans
2014-10-05
1
-4/+4
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
10
-41/+118
*
Fix OOM-related regression in arena_tcache_fill_small().
Jason Evans
2014-10-05
1
-1/+12
*
Add missing header includes in jemalloc/jemalloc.h .
Jason Evans
2014-10-05
2
-2/+4
*
Fix prof regressions.
Jason Evans
2014-10-04
1
-16/+23
*
Don't disable tcache for lazy-lock.
Jason Evans
2014-10-04
1
-2/+0
*
Avoid purging in microbench when lazy-lock is enabled.
Jason Evans
2014-10-04
1
-0/+9
*
Silence a compiler warning.
Jason Evans
2014-10-04
1
-1/+1
*
Make prof-related inline functions always-inline.
Jason Evans
2014-10-04
1
-9/+9
*
Don't force TLS on behalf of heap profiling.
Jason Evans
2014-10-04
1
-5/+0
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
12
-147/+137
*
Fix install_lib target (incorrect jemalloc.pc path).
Jason Evans
2014-10-04
1
-1/+1
[prev]
[next]