| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update various comments. | Jason Evans | 2010-12-18 | 1 | -2/+2 |
|
|
| * | Add missing #ifdef JEMALLOC_PROF. | Jason Evans | 2010-10-24 | 1 | -0/+2 |
|
|
| * | Replace JEMALLOC_OPTIONS with MALLOC_CONF. | Jason Evans | 2010-10-24 | 1 | -317/+337 |
|
|
| * | Fix heap profiling bugs. | Jason Evans | 2010-10-22 | 1 | -8/+29 |
|
|
| * | Add per thread allocation counters, and enhance heap sampling. | Jason Evans | 2010-10-21 | 1 | -44/+206 |
|
|
| * | Make cumulative heap profile data optional. | Jason Evans | 2010-10-03 | 1 | -0/+15 |
|
|
| * | Remove malloc_swap_enable(). | Jason Evans | 2010-10-02 | 1 | -17/+0 |
|
|
| * | Use offsetof() when sizing dynamic structures. | Jason Evans | 2010-10-02 | 1 | -2/+2 |
|
|
| * | Fix compiler warnings. | Jason Evans | 2010-09-21 | 1 | -12/+54 |
|
|
| * | Add memalign() and valloc() overrides. | Jason Evans | 2010-09-20 | 1 | -0/+43 |
|
|
| * | Wrap strerror_r(). | Jason Evans | 2010-09-20 | 1 | -0/+19 |
|
|
| * | Remove bad assertions in malloc_{pre,post}fork(). | Jason Evans | 2010-09-20 | 1 | -7/+1 |
|
|
| * | Add {,r,s,d}allocm(). | Jason Evans | 2010-09-17 | 1 | -8/+191 |
|
|
| * | Move size class table to man page. | Jason Evans | 2010-09-12 | 1 | -82/+0 |
|
|
| * | Port to Mac OS X. | Jason Evans | 2010-09-12 | 1 | -41/+47 |
|
|
| * | Add a missing mutex unlock in malloc_init_hard(). | Jason Evans | 2010-07-22 | 1 | -0/+1 |
|
|
| * | Fix next_arena initialization. | Jason Evans | 2010-05-11 | 1 | -1/+1 |
|
|
| * | Fix threads-related profiling bugs. | Jason Evans | 2010-04-14 | 1 | -6/+7 |
|
|
| * | Add sampling activation/deactivation control. | Jason Evans | 2010-04-01 | 1 | -0/+6 |
|
|
| * | Make interval-triggered profile dumping optional. | Jason Evans | 2010-04-01 | 1 | -1/+1 |
|
|
| * | Reduce statistical heap sampling memory overhead. | Jason Evans | 2010-03-31 | 1 | -21/+68 |
|
|
| * | Remove medium size classes. | Jason Evans | 2010-03-17 | 1 | -51/+19 |
|
|
| * | Simplify tcache object caching. | Jason Evans | 2010-03-14 | 1 | -6/+3 |
|
|
| * | Simplify malloc_message(). | Jason Evans | 2010-03-04 | 1 | -48/+33 |
|
|
| * | Implement sampling for heap profiling. | Jason Evans | 2010-03-02 | 1 | -5/+14 |
|
|
| * | Restructure source tree. | Jason Evans | 2010-02-11 | 1 | -1/+1 |
|
|
| * | Remove tracing (--enable-trace). | Jason Evans | 2010-02-11 | 1 | -77/+9 |
|
|
| * | Implement interval-based heap profile dumping. | Jason Evans | 2010-02-11 | 1 | -7/+3 |
|
|
| * | Fix a profiling bootstrap bug. | Jason Evans | 2010-02-11 | 1 | -8/+12 |
|
|
| * | Implement allocation profiling and leack checking. | Jason Evans | 2010-02-10 | 1 | -125/+188 |
|
|
| * | Fix bootstrapping crash. | Jason Evans | 2010-01-29 | 1 | -10/+20 |
|
|
| * | Remove tcache bin sorting during flush. | Jason Evans | 2010-01-29 | 1 | -8/+0 |
|
|
| * | madvise(..., MADV_{RANODOM,NOSYNC}) swap files. | Jason Evans | 2010-01-27 | 1 | -0/+9 |
|
|
| * | Implement mallctl{nametomib,bymib}(). | Jason Evans | 2010-01-27 | 1 | -21/+40 |
|
|
| * | Simplify malloc_{pre,post}fork(). | Jason Evans | 2010-01-25 | 1 | -37/+9 |
|
|
| * | Add the --enable-swap configure option. | Jason Evans | 2010-01-24 | 1 | -0/+42 |
|
|
| * | Add the w4opaque argument to numerous functions. | Jason Evans | 2010-01-19 | 1 | -5/+6 |
|
|
| * | Add the write4 parameter to malloc_stats_print(). | Jason Evans | 2010-01-17 | 1 | -1/+1 |
|
|
| * | Add the --with-install-suffix configure option. | Jason Evans | 2010-01-17 | 1 | -1/+1 |
|
|
| * | Refactor jemalloc.c into multiple source files. | Jason Evans | 2010-01-16 | 1 | -5464/+100 |
|
|
| * | 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 | 1 | -370/+432 |
|
|
| * | Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR(). | Jason Evans | 2010-01-03 | 1 | -13/+22 |
|
|
| * | Add the COPYING file, and consolidate copyright/licensing information. | Jason Evans | 2010-01-03 | 1 | -57/+0 |
|
|
| * | 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 |
|
|