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
/
jemalloc
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary isalloc() calls.
Jason Evans
2010-05-12
1
-12/+18
*
Fix next_arena initialization.
Jason Evans
2010-05-11
1
-1/+1
*
Add MAP_NORESERVE support.
Jordan DeLong
2010-05-11
2
-14/+31
*
Fix tcache crash during thread cleanup.
Jason Evans
2010-04-14
1
-14/+12
*
Fix profiling regression caused by bugfix.
Jason Evans
2010-04-14
1
-8/+9
*
Fix arena chunk purge/dealloc race conditions.
Jason Evans
2010-04-14
1
-24/+30
*
Fix threads-related profiling bugs.
Jason Evans
2010-04-14
4
-72/+105
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
1
-37/+43
*
Fix P/p reporting in stats_print().
Jason Evans
2010-04-09
1
-1/+3
*
Fix error path in prof_dump().
Jason Evans
2010-04-06
1
-1/+0
*
Report E/e option state in jemalloc_stats_print().
Jason Evans
2010-04-06
1
-1/+4
*
Don't disable leak reporting due to sampling.
Jason Evans
2010-04-02
1
-8/+0
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
3
-1/+40
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
4
-10/+18
*
Reduce statistical heap sampling memory overhead.
Jason Evans
2010-03-31
3
-52/+183
*
Re-add purge_lock to funnel madvise(2) calls.
Jason Evans
2010-03-27
1
-43/+37
*
Set/clear CHUNK_MAP_ZEROED in arena_chunk_purge().
Jason Evans
2010-03-22
1
-11/+32
*
Track dirty and clean runs separately.
Jason Evans
2010-03-19
2
-195/+245
*
Remove medium size classes.
Jason Evans
2010-03-17
5
-325/+263
*
Fix a run initialization race condition.
Jason Evans
2010-03-16
2
-15/+24
*
Add assertions.
Jason Evans
2010-03-15
1
-0/+4
*
Widen malloc_stats_print() output columns.
Jason Evans
2010-03-15
1
-14/+15
*
arena_chunk_purge() arena->nactive fix.
Jason Evans
2010-03-15
1
-0/+1
*
Change xmallctl() --> CTL_GET() where possible.
Jason Evans
2010-03-15
1
-3/+3
*
mmap()/munmap() without arena->lock or bin->lock.
Jason Evans
2010-03-15
1
-41/+118
*
Purge dirty pages without arena->lock.
Jason Evans
2010-03-15
1
-68/+230
*
Push locks into arena bins.
Jason Evans
2010-03-15
4
-170/+283
*
Simplify small object allocation/deallocation.
Jason Evans
2010-03-14
1
-314/+123
*
Simplify tcache object caching.
Jason Evans
2010-03-14
5
-168/+125
*
Modify dirty page purging algorithm.
Jason Evans
2010-03-05
1
-68/+61
*
Print version in malloc_stats_print().
Jason Evans
2010-03-04
1
-0/+5
*
Simplify malloc_message().
Jason Evans
2010-03-04
8
-212/+234
*
Move sampling init into prof_alloc_prep().
Jason Evans
2010-03-03
1
-39/+51
*
Add release versioning support.
0.0.0
Jason Evans
2010-03-02
1
-0/+4
*
Allow prof.dump mallctl to specify filename.
Jason Evans
2010-03-02
2
-75/+130
*
Implement sampling for heap profiling.
Jason Evans
2010-03-02
5
-54/+169
*
Rewrite red-black trees.
Jason Evans
2010-02-28
2
-15/+24
*
Don't implicitly enable interval-based profiling.
Jason Evans
2010-02-16
1
-1/+1
*
Fix a bug in nmalloc stats.
Jason Evans
2010-02-12
1
-2/+0
*
Avoid extra dumping for JEMALLOC_OPTIONS=L.
Jason Evans
2010-02-11
1
-4/+6
*
Wrap mallctl* references with JEMALLOC_P().
Jason Evans
2010-02-11
1
-19/+28
*
Restructure source tree.
Jason Evans
2010-02-11
40
-3626/+17
*
Remove tracing (--enable-trace).
Jason Evans
2010-02-11
14
-1787/+11
*
Implement interval-based heap profile dumping.
Jason Evans
2010-02-11
9
-70/+228
*
Add JEMALLOC_PROF_PREFIX support.
Jason Evans
2010-02-11
1
-8/+28
*
Dump /proc/<pid>/maps in heap profiles.
Jason Evans
2010-02-11
1
-0/+52
*
Fix a profiling bootstrap bug.
Jason Evans
2010-02-11
3
-13/+25
*
Various heap profiling improvements.
Jason Evans
2010-02-11
9
-26/+87
*
Implement allocation profiling and leack checking.
Jason Evans
2010-02-10
21
-162/+2706
*
Fix some comments and whitespace.
Jason Evans
2010-01-31
4
-3/+5
[next]