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
...
*
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
*
Rewrite red-black trees.
Jason Evans
2010-02-28
4
-803/+842
*
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
*
Fix a man page typo.
Jason Evans
2010-02-12
1
-1/+2
*
Fix #include ordering for mb.h.
Jason Evans
2010-02-11
1
-4/+4
*
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
2
-23/+33
*
Restructure source tree.
Jason Evans
2010-02-11
43
-116/+102
*
Remove tracing (--enable-trace).
Jason Evans
2010-02-11
17
-1885/+13
*
Implement interval-based heap profile dumping.
Jason Evans
2010-02-11
10
-76/+292
*
Add JEMALLOC_PROF_PREFIX support.
Jason Evans
2010-02-11
3
-14/+64
*
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
11
-30/+118
*
Implement allocation profiling and leack checking.
Jason Evans
2010-02-10
25
-166/+2824
*
Fix some comments and whitespace.
Jason Evans
2010-01-31
4
-3/+5
*
Fix large object stats collection bugs.
Jason Evans
2010-01-31
1
-25/+31
*
Fix bootstrapping crash.
Jason Evans
2010-01-29
4
-22/+30
*
Remove tcache bin sorting during flush.
Jason Evans
2010-01-29
6
-98/+0
*
Statistics fixes and cleanup.
Jason Evans
2010-01-29
3
-17/+17
*
Fix a chunk leak in chunk_alloc_mmap().
Jason Evans
2010-01-28
2
-2/+13
*
madvise(..., MADV_{RANODOM,NOSYNC}) swap files.
Jason Evans
2010-01-27
2
-0/+22
*
Implement mallctl{nametomib,bymib}().
Jason Evans
2010-01-27
17
-469/+2653
*
Simplify malloc_{pre,post}fork().
Jason Evans
2010-01-25
1
-37/+9
*
Print merged arena stats iff multiple arenas.
Jason Evans
2010-01-25
1
-7/+16
*
Modify chunk_alloc() to support optional zeroing.
Jason Evans
2010-01-25
9
-24/+44
*
Various minor cleanups.
Jason Evans
2010-01-25
5
-17/+32
*
Add the --enable-swap configure option.
Jason Evans
2010-01-24
23
-571/+1105
*
Add the w4opaque argument to numerous functions.
Jason Evans
2010-01-19
8
-120/+157
*
Add merged arena stats printing.
Jason Evans
2010-01-18
4
-111/+255
*
Merge branch 'disable-tls'
Jason Evans
2010-01-17
2
-26/+45
|
\
|
*
Add the --disable-tls configure option.
Jason Evans
2010-01-17
2
-26/+45
*
|
Add the write4 parameter to malloc_stats_print().
Jason Evans
2010-01-17
7
-87/+155
|
/
*
Add the --with-install-suffix configure option.
Jason Evans
2010-01-17
32
-95/+157
*
Refactor jemalloc.c into multiple source files.
Jason Evans
2010-01-16
25
-5500/+5971
*
Support malloc() even after tcache destruction has occurred, since other tsd
Jason Evans
2010-01-13
1
-12/+11
*
Fix some other minor build system bugs.
Jason Evans
2010-01-04
1
-8/+15
*
Add the S/s JEMALLOC_OPTIONS flags to enable/disable tcache bin sorting.
Jason Evans
2010-01-04
2
-1/+22
*
Enhance the H/h MALLOC_OPTIONS flags to control the number of tcache bin slots,
Jason Evans
2010-01-04
2
-63/+82
[prev]
[next]