| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
|
|
| * | 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 | 5 | -82/+0 |
|
|
| * | Statistics fixes and cleanup. | Jason Evans | 2010-01-29 | 2 | -16/+16 |
|
|
| * | 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 | 15 | -412/+1931 |
|
|
| * | 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 | 19 | -561/+1021 |
|
|
| * | Add the w4opaque argument to numerous functions. | Jason Evans | 2010-01-19 | 7 | -111/+137 |
|
|
| * | Add merged arena stats printing. | Jason Evans | 2010-01-18 | 3 | -110/+250 |
|
|
| * | Add the write4 parameter to malloc_stats_print(). | Jason Evans | 2010-01-17 | 6 | -85/+146 |
|
|
| * | Add the --with-install-suffix configure option. | Jason Evans | 2010-01-17 | 28 | -55/+83 |
|
|
| * | Refactor jemalloc.c into multiple source files. | Jason Evans | 2010-01-16 | 23 | -5484/+5957 |
|
|
| * | Support malloc() even after tcache destruction has occurred, since other tsd | Jason Evans | 2010-01-13 | 1 | -12/+11 |
|
|
| * | Add the S/s JEMALLOC_OPTIONS flags to enable/disable tcache bin sorting. | Jason Evans | 2010-01-04 | 1 | -1/+13 |
|
|
| * | Enhance the H/h MALLOC_OPTIONS flags to control the number of tcache bin slots, | Jason Evans | 2010-01-04 | 1 | -60/+73 |
|
|
| * | Enhance the G/g MALLOC_OPTIONS flags to control GC sweep interval, rather than | Jason Evans | 2010-01-03 | 1 | -12/+35 |
|
|
| * | Split run deallocation out of arena_dalloc_bin(), into arena_dalloc_bin_run(). | Jason Evans | 2010-01-03 | 1 | -47/+89 |
|
|
| * | Make malloc_stats_print() a public symbol, and make it repeatedly callable. | Jason Evans | 2010-01-03 | 3 | -374/+438 |
|
|
| * | Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR(). | Jason Evans | 2010-01-03 | 5 | -25/+41 |
|
|
| * | Add the COPYING file, and consolidate copyright/licensing information. | Jason Evans | 2010-01-03 | 9 | -303/+1 |
|
|
| * | Implement per size class stats collection for large objects. | Jason Evans | 2009-12-29 | 1 | -52/+150 |
|
|
| * | Base maximum dirty page count on proportion of active memory. | Jason Evans | 2009-12-29 | 1 | -66/+243 |
|
|
| * | Use "lg" prefix rather than "2pow" suffix to indicate base 2 logarithms. | Jason Evans | 2009-12-29 | 2 | -119/+117 |
|
|