| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix error detection for ipalloc() when profiling. | Jason Evans | 2011-03-23 | 1 | -26/+35 |
|
|
| * | Fix rallocm() rsize bug. | Jason Evans | 2011-03-23 | 1 | -0/+2 |
|
|
| * | Fix bootstrapping order bug. | Jason Evans | 2011-03-23 | 1 | -5/+5 |
|
|
| * | Use OSSpinLock*() for locking on OS X. | Jason Evans | 2011-03-19 | 1 | -1/+7 |
|
|
| * | Add the "stats.cactive" mallctl. | Jason Evans | 2011-03-19 | 1 | -1/+1 |
|
|
| * | Improve thread-->arena assignment. | Jason Evans | 2011-03-18 | 1 | -13/+58 |
|
|
| * | Use bitmaps to track small regions. | Jason Evans | 2011-03-17 | 1 | -1/+4 |
|
|
| * | Add missing error checks. | Jason Evans | 2011-03-15 | 1 | -1/+2 |
|
|
| * | Fix "thread.{de,}allocatedp" mallctl. | Jason Evans | 2011-02-14 | 1 | -0/+22 |
|
|
| * | 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 |
|
|