| Commit message (Expand) | Author | Age | Files | Lines |
* | Add opt.lg_extent_max_active_fit | Qi Wang | 2017-11-16 | 1 | -0/+16 |
|
|
* | Add arena.i.retain_grow_limit | Qi Wang | 2017-11-03 | 1 | -0/+16 |
|
|
* | Document the potential issues about opt.background_thread. | Qi Wang | 2017-10-11 | 1 | -3/+6 |
|
|
* | Fix a link for dirty_decay_ms in manual. | Qi Wang | 2017-09-11 | 1 | -1/+1 |
|
|
* | Add stats for metadata_thp. | Qi Wang | 2017-08-30 | 1 | -0/+26 |
|
|
* | Change opt.metadata_thp to [disabled,auto,always]. | Qi Wang | 2017-08-30 | 1 | -5/+7 |
|
|
* | Implement opt.metadata_thp | Qi Wang | 2017-08-11 | 1 | -1/+16 |
|
|
* | Not re-enable background thread after fork. | Qi Wang | 2017-06-12 | 1 | -1/+4 |
|
|
* | More thoroughly document the *.{nmalloc,ndalloc,nrequests} mallctls. | Jason Evans | 2017-05-30 | 1 | -24/+50 |
|
|
* | Add the --disable-thp option to support cross compiling. | Jason Evans | 2017-05-30 | 1 | -0/+11 |
|
|
* | Add opt.stats_print_opts. | Qi Wang | 2017-05-29 | 1 | -1/+22 |
|
|
* | Added opt_abort_conf: abort on invalid config options. | Qi Wang | 2017-05-27 | 1 | -1/+19 |
|
|
* | Disable percpu_arena by default. | Jason Evans | 2017-05-23 | 1 | -2/+2 |
|
|
* | Add documentation for background_thread related options. | Qi Wang | 2017-05-23 | 1 | -0/+78 |
|
|
* | Refactor *decay_time into *decay_ms. | Jason Evans | 2017-05-18 | 1 | -58/+60 |
|
|
* | Add stats: arena uptime. | Qi Wang | 2017-05-18 | 1 | -0/+12 |
|
|
* | Add extent_destroy_t and use it during arena destruction. | Jason Evans | 2017-04-29 | 1 | -0/+20 |
|
|
* | Refactor !opt.munmap to opt.retain. | Jason Evans | 2017-04-29 | 1 | -8/+9 |
|
|
* | Replace --disable-munmap with opt.munmap. | Jason Evans | 2017-04-25 | 1 | -13/+25 |
|
|
* | Remove --disable-tls. | Jason Evans | 2017-04-21 | 1 | -10/+0 |
|
|
* | Remove --disable-tcache. | Jason Evans | 2017-04-21 | 1 | -28/+6 |
|
|
* | Prefer old/low extent_t structures during reuse. | Jason Evans | 2017-04-17 | 1 | -4/+4 |
|
|
* | Added documentation for mutex profiling related mallctls. | Qi Wang | 2017-03-23 | 1 | -0/+206 |
|
|
* | Added JSON output for lock stats. | Qi Wang | 2017-03-23 | 1 | -1/+2 |
|
|
* | Implement two-phase decay-based purging. | Jason Evans | 2017-03-15 | 1 | -58/+181 |
|
|
* | Add documentation for percpu_arena in jemalloc.xml.in. | Qi Wang | 2017-03-09 | 1 | -0/+18 |
|
|
* | Implement arena.<i>.destroy . | Jason Evans | 2017-01-07 | 1 | -14/+37 |
|
|
* | Replace the arenas.initialized mallctl with arena.<i>.initialized . | Jason Evans | 2017-01-07 | 1 | -13/+14 |
|
|
* | Rename the arenas.extend mallctl to arenas.create. | Jason Evans | 2017-01-07 | 1 | -9/+9 |
|
|
* | Add MALLCTL_ARENAS_ALL. | Jason Evans | 2017-01-07 | 1 | -15/+22 |
|
|
* | Implement per arena base allocators. | Jason Evans | 2016-12-27 | 1 | -19/+44 |
|
|
* | Refactor purging and splitting/merging. | Jason Evans | 2016-12-27 | 1 | -13/+16 |
|
|
* | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). | Jason Evans | 2016-11-15 | 1 | -1/+1 |
|
|
* | Use <quote>...</quote> rather than “...” or "..." in XML. | Jason Evans | 2016-11-01 | 2 | -31/+33 |
|
|
* | Add "J" (JSON) support to malloc_stats_print(). | Jason Evans | 2016-11-01 | 1 | -22/+22 |
|
|
* | Remove all vestiges of chunks. | Jason Evans | 2016-10-12 | 1 | -31/+0 |
|
|
* | Remove ratio-based purging. | Jason Evans | 2016-10-12 | 1 | -76/+0 |
|
|
* | Change html manual encoding to UTF-8. | Jason Evans | 2016-09-12 | 3 | -92/+96 |
|
|
* | Update project URL. | Jason Evans | 2016-09-12 | 1 | -1/+1 |
|
|
* | Modify extent hook functions to take an (extent_t *) argument. | Jason Evans | 2016-06-06 | 1 | -3/+11 |
|
|
* | Miscellaneous s/chunk/extent/ updates. | Jason Evans | 2016-06-06 | 1 | -8/+9 |
|
|
* | Remove obsolete stats.arenas.<i>.metadata.mapped mallctl. | Jason Evans | 2016-06-06 | 1 | -20/+5 |
|
|
* | Rename chunk_*_t hooks to extent_*_t. | Jason Evans | 2016-06-06 | 1 | -76/+78 |
|
|
* | s/chunk_hook/extent_hook/g | Jason Evans | 2016-06-06 | 1 | -9/+9 |
|
|
* | Rename huge to large. | Jason Evans | 2016-06-06 | 1 | -59/+15 |
|
|
* | Move slabs out of chunks. | Jason Evans | 2016-06-06 | 1 | -58/+44 |
|
|
* | Use huge size class infrastructure for large size classes. | Jason Evans | 2016-06-06 | 1 | -76/+12 |
|
|
* | Remove obsolete reference to Valgrind and quarantine. | Jason Evans | 2016-06-03 | 1 | -3/+1 |
|
|
* | Remove redzone support. | Jason Evans | 2016-05-13 | 1 | -15/+0 |
|
|
* | Remove quarantine support. | Jason Evans | 2016-05-13 | 1 | -17/+0 |
|
|