| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the "thread.[de]allocatedp" mallctl's. | Jason Evans | 2010-12-03 | 1 | -1/+29 |
|
|
| * | Convert man page from roff to DocBook. | Jason Evans | 2010-11-27 | 5 | -1688/+2238 |
|
|
| * | Fix mallctlnametomib() documentation. | Jason Evans | 2010-11-05 | 1 | -2/+2 |
|
|
| * | Edit manpage. | Jason Evans | 2010-10-24 | 1 | -11/+19 |
|
|
| * | Re-format size class table. | Jason Evans | 2010-10-24 | 1 | -51/+17 |
|
|
| * | Replace JEMALLOC_OPTIONS with MALLOC_CONF. | Jason Evans | 2010-10-24 | 1 | -443/+370 |
|
|
| * | Add per thread allocation counters, and enhance heap sampling. | Jason Evans | 2010-10-21 | 1 | -0/+15 |
|
|
| * | Increase default backtrace depth from 4 to 128. | Jason Evans | 2010-10-03 | 1 | -1/+1 |
|
|
| * | Make cumulative heap profile data optional. | Jason Evans | 2010-10-03 | 1 | -0/+55 |
|
|
| * | Disable interval-based profile dumps by default. | Jason Evans | 2010-10-01 | 1 | -3/+7 |
|
|
| * | Add the "arenas.purge" mallctl. | Jason Evans | 2010-09-30 | 1 | -1/+7 |
|
|
| * | Add {,r,s,d}allocm(). | Jason Evans | 2010-09-17 | 1 | -8/+161 |
|
|
| * | Update modification date in man page. | Jason Evans | 2010-09-12 | 1 | -1/+1 |
|
|
| * | Move size class table to man page. | Jason Evans | 2010-09-12 | 1 | -2/+60 |
|
|
| * | Port to Mac OS X. | Jason Evans | 2010-09-12 | 1 | -16/+15 |
|
|
| * | Add the thread.arena mallctl. | Jason Evans | 2010-08-14 | 1 | -0/+13 |
|
|
| * | Import pprof from google-perftools, svn r91. | Jason Evans | 2010-04-02 | 1 | -2/+2 |
|
|
| * | Don't disable leak reporting due to sampling. | Jason Evans | 2010-04-02 | 1 | -3/+1 |
|
|
| * | Add sampling activation/deactivation control. | Jason Evans | 2010-04-01 | 1 | -0/+21 |
|
|
| * | Make interval-triggered profile dumping optional. | Jason Evans | 2010-04-01 | 1 | -3/+5 |
|
|
| * | Remove medium size classes. | Jason Evans | 2010-03-17 | 1 | -79/+52 |
|
|
| * | Fix malloc_stats_print() man page prototype. | Jason Evans | 2010-03-15 | 1 | -2/+2 |
|
|
| * | Push locks into arena bins. | Jason Evans | 2010-03-15 | 1 | -5/+30 |
|
|
| * | Simplify tcache object caching. | Jason Evans | 2010-03-14 | 1 | -8/+3 |
|
|
| * | Modify dirty page purging algorithm. | Jason Evans | 2010-03-05 | 1 | -2/+3 |
|
|
| * | Simplify malloc_message(). | Jason Evans | 2010-03-04 | 1 | -8/+8 |
|
|
| * | 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 |
|
|