| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the div module, which allows fast division by dynamic values. | David Goldblatt | 2017-12-21 | 1 | -0/+29 |
|
|
* | Pull out arena_bin_info_t and arena_bin_t into their own file. | David T. Goldblatt | 2017-12-19 | 4 | -6/+6 |
|
|
* | Skip test/unit/pack when profiling is enabled. | Qi Wang | 2017-12-18 | 1 | -0/+6 |
|
|
* | Fix test/integration/extent. | Qi Wang | 2017-12-09 | 1 | -1/+1 |
|
|
* | Add more tests for extent hooks failure paths. | Qi Wang | 2017-11-29 | 2 | -3/+22 |
|
|
* | Add opt.lg_extent_max_active_fit | Qi Wang | 2017-11-16 | 1 | -0/+1 |
|
|
* | Add arena.i.retain_grow_limit | Qi Wang | 2017-11-03 | 1 | -0/+49 |
|
|
* | Add a "dumpable" bit to the extent state. | David Goldblatt | 2017-10-16 | 2 | -5/+5 |
|
|
* | Logging: capitalize log macro. | David Goldblatt | 2017-10-03 | 1 | -1/+1 |
|
|
* | Fix huge page test in test/unit/pages. | Qi Wang | 2017-09-12 | 1 | -5/+7 |
|
|
* | Add stats for metadata_thp. | Qi Wang | 2017-08-30 | 1 | -6/+18 |
|
|
* | Change opt.metadata_thp to [disabled,auto,always]. | Qi Wang | 2017-08-30 | 1 | -1/+1 |
|
|
* | Add missing mallctl unit test for abort_conf. | Qi Wang | 2017-08-12 | 1 | -0/+1 |
|
|
* | Fix test/unit/pages. | Qi Wang | 2017-08-11 | 1 | -1/+1 |
|
|
* | Implement opt.metadata_thp | Qi Wang | 2017-08-11 | 1 | -0/+1 |
|
|
* | Only run test/integration/sdallocx non-reentrantly. | David Goldblatt | 2017-07-24 | 1 | -1/+1 |
|
|
* | Logging: log using the log var names directly. | David Goldblatt | 2017-07-24 | 1 | -2/+1 |
|
|
* | Logging: allow logging with empty varargs. | David Goldblatt | 2017-07-22 | 1 | -2/+14 |
|
|
* | Add a logging facility. | David T. Goldblatt | 2017-07-21 | 1 | -0/+182 |
|
|
* | Add a test of behavior under multi-threaded forking. | David Goldblatt | 2017-07-11 | 1 | -21/+87 |
|
|
* | Set reentrancy when invoking customized extent hooks. | Qi Wang | 2017-06-23 | 1 | -9/+6 |
|
|
* | Add alloc hook test in test/integration/extent. | Qi Wang | 2017-06-14 | 1 | -0/+3 |
|
|
* | Prevent background threads from running in post_reset(). | Qi Wang | 2017-06-12 | 1 | -5/+13 |
|
|
* | Combine background_thread started / paused into state. | Qi Wang | 2017-06-12 | 1 | -1/+1 |
|
|
* | Make tsd no-cleanup during tsd reincarnation. | Qi Wang | 2017-06-07 | 1 | -2/+2 |
|
|
* | Test with background_thread:true. | Jason Evans | 2017-06-01 | 1 | -4/+7 |
|
|
* | Refactor/fix background_thread/percpu_arena bootstrapping. | Jason Evans | 2017-06-01 | 1 | -6/+6 |
|
|
* | Skip default tcache testing if !opt_tcache. | Jason Evans | 2017-06-01 | 1 | -4/+4 |
|
|
* | Header refactoring: Pull size helpers out of jemalloc module. | David Goldblatt | 2017-05-31 | 4 | -97/+103 |
|
|
* | Header refactoring: unify and de-catchall extent_mmap module. | David Goldblatt | 2017-05-31 | 1 | -0/+1 |
|
|
* | Header refactoring: unify and de-catchall rtree module. | David Goldblatt | 2017-05-31 | 3 | -0/+6 |
|
|
* | Add the --disable-thp option to support cross compiling. | Jason Evans | 2017-05-30 | 1 | -1/+1 |
|
|
* | Add test for excessive retained memory. | Jason Evans | 2017-05-30 | 1 | -0/+179 |
|
|
* | Make test/unit/background_thread not flaky. | Qi Wang | 2017-05-27 | 1 | -3/+5 |
|
|
* | Cleanup smoothstep.sh / .h. | Qi Wang | 2017-05-25 | 1 | -1/+1 |
|
|
* | Header refactoring: unify and de-catchall witness code. | David Goldblatt | 2017-05-24 | 1 | -92/+80 |
|
|
* | Add tests for background threads. | Qi Wang | 2017-05-23 | 2 | -0/+118 |
|
|
* | Add background thread related stats. | Qi Wang | 2017-05-23 | 1 | -0/+36 |
|
|
* | Implementing opt.background_thread. | Qi Wang | 2017-05-23 | 4 | -3/+39 |
|
|
* | Protect the rtree/extent interactions with a mutex pool. | David Goldblatt | 2017-05-19 | 1 | -90/+3 |
|
|
* | Refactor *decay_time into *decay_ms. | Jason Evans | 2017-05-18 | 4 | -102/+98 |
|
|
* | Header refactoring: tsd - cleanup and dependency breaking. | David Goldblatt | 2017-05-01 | 1 | -44/+33 |
|
|
* | Add extent_destroy_t and use it during arena destruction. | Jason Evans | 2017-04-29 | 3 | -1/+32 |
|
|
* | Refactor !opt.munmap to opt.retain. | Jason Evans | 2017-04-29 | 2 | -2/+2 |
|
|
* | Header refactoring: hash - unify and remove from catchall. | David Goldblatt | 2017-04-25 | 1 | -0/+1 |
|
|
* | Replace --disable-munmap with opt.munmap. | Jason Evans | 2017-04-25 | 2 | -3/+3 |
|
|
* | Header refactoring: ticker module - remove from the catchall and unify. | David Goldblatt | 2017-04-24 | 2 | -0/+4 |
|
|
* | Get rid of most of the various inline macros. | David Goldblatt | 2017-04-24 | 6 | -90/+65 |
|
|
* | Output MALLOC_CONF and debug cmd when test failure happens. | Qi Wang | 2017-04-22 | 1 | -9/+10 |
|
|
* | Remove --disable-tls. | Jason Evans | 2017-04-21 | 1 | -1/+0 |
|
|