summaryrefslogtreecommitdiffstats
path: root/jemalloc
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify tcache object caching.Jason Evans2010-03-148-247/+172
* Modify dirty page purging algorithm.Jason Evans2010-03-054-75/+80
* Print version in malloc_stats_print().Jason Evans2010-03-041-0/+5
* Simplify malloc_message().Jason Evans2010-03-0413-248/+270
* Fix various config/build issues.Jason Evans2010-03-043-17/+35
* Move sampling init into prof_alloc_prep().Jason Evans2010-03-031-39/+51
* Add the --with-static-libunwind configure option.Jason Evans2010-03-022-1/+18
* Add release versioning support.0.0.0Jason Evans2010-03-026-2/+32
* Allow prof.dump mallctl to specify filename.Jason Evans2010-03-024-78/+134
* Edit rb documentation.Jason Evans2010-03-021-7/+6
* Implement sampling for heap profiling.Jason Evans2010-03-029-59/+201
* Rewrite red-black trees.Jason Evans2010-02-284-803/+842
* Don't implicitly enable interval-based profiling.Jason Evans2010-02-161-1/+1
* Fix a bug in nmalloc stats.Jason Evans2010-02-121-2/+0
* Fix a man page typo.Jason Evans2010-02-121-1/+2
* Fix #include ordering for mb.h.Jason Evans2010-02-111-4/+4
* Avoid extra dumping for JEMALLOC_OPTIONS=L.Jason Evans2010-02-111-4/+6
* Wrap mallctl* references with JEMALLOC_P().Jason Evans2010-02-112-23/+33
* Restructure source tree.Jason Evans2010-02-1143-116/+102
* Remove tracing (--enable-trace).Jason Evans2010-02-1117-1885/+13
* Implement interval-based heap profile dumping.Jason Evans2010-02-1110-76/+292
* Add JEMALLOC_PROF_PREFIX support.Jason Evans2010-02-113-14/+64
* Dump /proc/<pid>/maps in heap profiles.Jason Evans2010-02-111-0/+52
* Fix a profiling bootstrap bug.Jason Evans2010-02-113-13/+25
* Various heap profiling improvements.Jason Evans2010-02-1111-30/+118
* Implement allocation profiling and leack checking.Jason Evans2010-02-1025-166/+2824
* Fix some comments and whitespace.Jason Evans2010-01-314-3/+5
* Fix large object stats collection bugs.Jason Evans2010-01-311-25/+31
* Fix bootstrapping crash.Jason Evans2010-01-294-22/+30
* Remove tcache bin sorting during flush.Jason Evans2010-01-296-98/+0
* Statistics fixes and cleanup.Jason Evans2010-01-293-17/+17
* Fix a chunk leak in chunk_alloc_mmap().Jason Evans2010-01-282-2/+13
* madvise(..., MADV_{RANODOM,NOSYNC}) swap files.Jason Evans2010-01-272-0/+22
* Implement mallctl{nametomib,bymib}().Jason Evans2010-01-2717-469/+2653
* Simplify malloc_{pre,post}fork().Jason Evans2010-01-251-37/+9
* Print merged arena stats iff multiple arenas.Jason Evans2010-01-251-7/+16
* Modify chunk_alloc() to support optional zeroing.Jason Evans2010-01-259-24/+44
* Various minor cleanups.Jason Evans2010-01-255-17/+32
* Add the --enable-swap configure option.Jason Evans2010-01-2423-571/+1105
* Add the w4opaque argument to numerous functions.Jason Evans2010-01-198-120/+157
* Add merged arena stats printing.Jason Evans2010-01-184-111/+255
* Merge branch 'disable-tls'Jason Evans2010-01-172-26/+45
|\
| * Add the --disable-tls configure option.Jason Evans2010-01-172-26/+45
* | Add the write4 parameter to malloc_stats_print().Jason Evans2010-01-177-87/+155
|/
* Add the --with-install-suffix configure option.Jason Evans2010-01-1732-95/+157
* Refactor jemalloc.c into multiple source files.Jason Evans2010-01-1625-5500/+5971
* Support malloc() even after tcache destruction has occurred, since other tsdJason Evans2010-01-131-12/+11
* Fix some other minor build system bugs.Jason Evans2010-01-041-8/+15
* Add the S/s JEMALLOC_OPTIONS flags to enable/disable tcache bin sorting.Jason Evans2010-01-042-1/+22
* Enhance the H/h MALLOC_OPTIONS flags to control the number of tcache bin slots,Jason Evans2010-01-042-63/+82