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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix next_arena initialization.
Jason Evans
2010-05-11
1
-1/+1
*
Add MAP_NORESERVE support.
Jordan DeLong
2010-05-11
3
-14/+32
*
Fix junk filling of cached large objects.
Jason Evans
2010-04-28
1
-1/+1
*
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
*
Remove autom4te.cache in distclean (not relclean).
Jason Evans
2010-04-14
1
-1/+1
*
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
8
-82/+118
*
Update stale JEMALLOC_FILL code.
Jason Evans
2010-04-14
1
-1/+1
*
Update documentation.
1.0.0
Jason Evans
2010-04-12
3
-2/+13
*
Generalize ExtractSymbols optimization (pprof).
Jason Evans
2010-04-09
1
-17/+18
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
2
-39/+48
*
Fix P/p reporting in stats_print().
Jason Evans
2010-04-09
1
-1/+3
*
Don't build with -march=native.
Jason Evans
2010-04-08
1
-1/+0
*
Fix build system problems.
Jason Evans
2010-04-08
5
-30/+20
*
Improve ExtractSymbols (pprof).
Jason Evans
2010-04-08
1
-11/+4
*
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
2
-3/+6
*
Optimize ExtractSymbols (pprof).
Jason Evans
2010-04-03
1
-6/+19
*
Use addr2line only for --line option (pprof).
Jason Evans
2010-04-03
1
-1/+2
*
Import pprof from google-perftools, svn r91.
Jason Evans
2010-04-02
3
-3/+4358
*
Don't disable leak reporting due to sampling.
Jason Evans
2010-04-02
2
-11/+1
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
5
-1/+68
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
6
-14/+24
*
Reduce statistical heap sampling memory overhead.
Jason Evans
2010-03-31
7
-59/+224
*
Re-add purge_lock to funnel madvise(2) calls.
Jason Evans
2010-03-27
2
-48/+39
*
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
4
-226/+285
*
Remove medium size classes.
Jason Evans
2010-03-17
12
-483/+514
*
Fix a run initialization race condition.
Jason Evans
2010-03-16
2
-15/+24
*
Add assertions.
Jason Evans
2010-03-15
3
-1/+11
*
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
*
Fix malloc_stats_print() man page prototype.
Jason Evans
2010-03-15
1
-2/+2
*
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
2
-76/+255
*
Push locks into arena bins.
Jason Evans
2010-03-15
9
-191/+368
*
Simplify small object allocation/deallocation.
Jason Evans
2010-03-14
2
-343/+135
*
Simplify tcache object caching.
Jason Evans
2010-03-14
8
-247/+172
*
Modify dirty page purging algorithm.
Jason Evans
2010-03-05
4
-75/+80
*
Print version in malloc_stats_print().
Jason Evans
2010-03-04
1
-0/+5
*
Simplify malloc_message().
Jason Evans
2010-03-04
13
-248/+270
*
Fix various config/build issues.
Jason Evans
2010-03-04
3
-17/+35
*
Move sampling init into prof_alloc_prep().
Jason Evans
2010-03-03
1
-39/+51
*
Add the --with-static-libunwind configure option.
Jason Evans
2010-03-02
2
-1/+18
*
Add release versioning support.
0.0.0
Jason Evans
2010-03-02
6
-2/+32
*
Allow prof.dump mallctl to specify filename.
Jason Evans
2010-03-02
4
-78/+134
*
Edit rb documentation.
Jason Evans
2010-03-02
1
-7/+6
*
Implement sampling for heap profiling.
Jason Evans
2010-03-02
9
-59/+201
[next]