| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add release versioning support.0.0.0 | Jason Evans | 2010-03-02 | 1 | -0/+5 |
|
|
| * | Allow prof.dump mallctl to specify filename. | Jason Evans | 2010-03-02 | 1 | -2/+3 |
|
|
| * | Implement sampling for heap profiling. | Jason Evans | 2010-03-02 | 1 | -1/+13 |
|
|
| * | Fix a man page typo. | Jason Evans | 2010-02-12 | 1 | -1/+2 |
|
|
| * | Restructure source tree. | Jason Evans | 2010-02-11 | 1 | -1/+1 |
|
|
| * | Remove tracing (--enable-trace). | Jason Evans | 2010-02-11 | 1 | -35/+0 |
|
|
| * | Implement interval-based heap profile dumping. | Jason Evans | 2010-02-11 | 1 | -6/+64 |
|
|
| * | Add JEMALLOC_PROF_PREFIX support. | Jason Evans | 2010-02-11 | 1 | -6/+33 |
|
|
| * | Implement allocation profiling and leack checking. | Jason Evans | 2010-02-10 | 1 | -0/+53 |
|
|
| * | Remove tcache bin sorting during flush. | Jason Evans | 2010-01-29 | 1 | -16/+0 |
|
|
| * | Statistics fixes and cleanup. | Jason Evans | 2010-01-29 | 1 | -1/+1 |
|
|
| * | Implement mallctl{nametomib,bymib}(). | Jason Evans | 2010-01-27 | 1 | -53/+718 |
|
|
| * | Add the --enable-swap configure option. | Jason Evans | 2010-01-24 | 1 | -7/+51 |
|
|
| * | Add the w4opaque argument to numerous functions. | Jason Evans | 2010-01-19 | 1 | -9/+20 |
|
|
| * | Add merged arena stats printing. | Jason Evans | 2010-01-18 | 1 | -1/+5 |
|
|
| * | Add the write4 parameter to malloc_stats_print(). | Jason Evans | 2010-01-17 | 1 | -2/+9 |
|
|
| * | Add the --with-install-suffix configure option. | Jason Evans | 2010-01-17 | 1 | -3/+3 |
|
|
| * | Add the S/s JEMALLOC_OPTIONS flags to enable/disable tcache bin sorting. | Jason Evans | 2010-01-04 | 1 | -0/+9 |
|
|
| * | Enhance the H/h MALLOC_OPTIONS flags to control the number of tcache bin slots, | Jason Evans | 2010-01-04 | 1 | -3/+9 |
|
|
| * | Enhance the G/g MALLOC_OPTIONS flags to control GC sweep interval, rather than | Jason Evans | 2010-01-03 | 1 | -3/+8 |
|
|
| * | Make malloc_stats_print() a public symbol, and make it repeatedly callable. | Jason Evans | 2010-01-03 | 1 | -12/+40 |
|
|
| * | Add the COPYING file, and consolidate copyright/licensing information. | Jason Evans | 2010-01-03 | 1 | -3/+6 |
|
|
| * | Base maximum dirty page count on proportion of active memory. | Jason Evans | 2009-12-29 | 1 | -7/+7 |
|
|
| * | Convert thread-specific caching from magazines, and implement incremental GC. | Jason Evans | 2009-12-29 | 1 | -28/+41 |
|
|
| * | Add support for medium size classes, [4KiB..32KiB], 2KiB apart by default. | Jason Evans | 2009-12-29 | 1 | -17/+32 |
|
|
| * | Remove opt_dss and opt_mmap, such that if DSS allocation is enabled, both DSS | Jason Evans | 2009-12-29 | 1 | -27/+2 |
|
|
| * | Remove the dynamic rebalancing code, since magazines reduce its utility. | Jason Evans | 2009-12-29 | 1 | -13/+0 |
|
|
| * | Implement thread-aware allocation event tracing. | Jason Evans | 2009-12-29 | 1 | -4/+18 |
|
|
| * | Add --with-jemalloc-prefix, which supports API mangling. | Jason Evans | 2009-12-29 | 1 | -48/+48 |
|
|
| * | Clean up the manpage and conditionalize various portions according to how | Jason Evans | 2009-06-26 | 1 | -180/+168 |
|
|
| * | Merge FreeBSD's malloc(3) and posix_memalign(3) manpages to create jemalloc(3). | Jason Evans | 2009-06-23 | 1 | -0/+589 |
|
|