aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Change the minimum map size. am: 75569e30c5Christopher Ferris2018-11-131-0/+5
| |\| |
| | * | Change the minimum map size.Christopher Ferris2018-11-131-0/+5
| | |\|
| | | * Change the minimum map size.Christopher Ferris2018-11-131-0/+5
* | | | Further updates to jemalloc code. am: c6954b2064 am: e1ad3f0e8bChristopher Ferris2018-11-0210-21/+113
|\| | |
| * | | Further updates to jemalloc code. am: c6954b2064Christopher Ferris2018-11-0210-21/+113
| |\| |
| | * | Further updates to jemalloc code.Christopher Ferris2018-11-0210-21/+113
| | |\|
| | | * Further updates to jemalloc code.Christopher Ferris2018-11-0110-21/+113
| | |/
* | | Add android extensions. am: 03b5d1c549 am: 109c8749edChristopher Ferris2018-09-1713-34/+762
|\| |
| * | Add android extensions. am: 03b5d1c549Christopher Ferris2018-09-1713-34/+762
| |\|
| | * Add android extensions.Christopher Ferris2018-09-1713-34/+762
| | |\
| | | * Add android extensions.master-cuttlefish-testing-releaseChristopher Ferris2018-09-1413-34/+762
* | | | Add bp file and generated files. am: 7eecc47efa am: 1077cbaffaChristopher Ferris2018-09-0622-21/+18177
|\| | |
| * | | Add bp file and generated files. am: 7eecc47efaChristopher Ferris2018-09-0622-21/+18177
| |\| |
| | * | Add bp file and generated files.Christopher Ferris2018-09-0622-21/+18177
| |/| | | | |/
| | * Add bp file and generated files.Christopher Ferris2018-09-0622-21/+18177
| |/
* | Merge tag '5.1.0' into fixChristopher Ferris2018-08-21116-2224/+6649
|\|
| * Merge tag '5.1.0' into fixChristopher Ferris2018-08-16116-2224/+6649
| |\
| | * Merge branch 'dev'Qi Wang2018-05-08116-2215/+6629
| | |\
| | | * Update ChangeLog for 5.1.0.Qi Wang2018-05-081-0/+117
| | | * run_tests.sh: Don't test large vaddr with -m32.David T. Goldblatt2018-05-081-0/+5
| | | * Reformat the version number in jemalloc.pc.in.Qi Wang2018-05-071-1/+1
| | | * Fix include path order for out-of-tree builds.Christoph Muellner2018-05-051-1/+1
| | | * run_tests.sh: Test --with-lg-vaddr.David Goldblatt2018-05-041-0/+8
| | | * INSTALL.md: Clarify --with-lg-vaddr.David Goldblatt2018-05-041-5/+4
| | | * configure: Add --with-lg-vaddr configure option.Christoph Muellner2018-05-042-28/+46
| | | * Update copyright dates.Qi Wang2018-05-031-2/+2
| | | * Add TUNING.md.Qi Wang2018-05-031-0/+129
| | | * Remove documentation for --disable-thp which was removed.Qi Wang2018-05-031-5/+0
| | | * Fix a typo in INSTALL.md.Qi Wang2018-05-021-1/+1
| | | * Mallctl: Add arenas.lookupLatchesar Ionkov2018-05-013-1/+59
| | | * aarch64: Add ILP32 support.Christoph Muellner2018-04-301-1/+7
| | | * Adding `install_lib_pc`Issam Maghni2018-04-221-0/+1
| | | * Remove an incorrect assertion.Qi Wang2018-04-181-1/+4
| | | * Invoke dlsym() on demand.Qi Wang2018-04-181-11/+24
| | | * Avoid a resource leak down extent split failure paths.David Goldblatt2018-04-181-10/+8
| | | * Add the --disable-initial-exec-tls configure option.David Goldblatt2018-04-172-6/+35
| | | * Fix abort_conf processing.Qi Wang2018-04-171-6/+4
| | | * Add UNUSED to avoid compiler warnings.Qi Wang2018-04-169-44/+43
| | | * Avoid a printf format specifier warning.Jason Evans2018-04-161-1/+1
| | | * Allow setting extent hooks on uninitialized auto arenas.Qi Wang2018-04-112-12/+71
| | | * Document liveness requirements for extent_hooks_t structures.Qi Wang2018-04-111-1/+3
| | | * Fix a typo.Qi Wang2018-04-111-1/+1
| | | * Fix a typo.Jason Evans2018-04-101-1/+1
| | | * Silence a compiler warning.Jason Evans2018-04-101-2/+3
| | | * background_thread: add max thread count configDave Watson2018-04-107-22/+177
| | | * Consolidate the two memory loads in rtree_szind_slab_read().Qi Wang2018-04-101-0/+6
| | | * Stack address should not be used for ordering mutexesRajeev Misra2018-04-101-1/+1
| | | * Fix const qualifier warnings.Qi Wang2018-04-092-2/+2
| | | * Fix type warning on Windows.Qi Wang2018-04-095-31/+44
| | | * Fix arguments passed to extent_init.Qi Wang2018-04-091-1/+1