aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | Prevent dependency cycle due to system_shared_libs expansion am: 1f8849fffdDan Willemsen2018-12-031-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Ignore extents that are not associated with a size. am: 13715ae41aChristopher Ferris2018-11-291-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix mallinfo counting for large allocations. am: 08ccc19933Christopher Ferris2018-11-261-1/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Change the minimum map size. am: 75569e30c5Christopher Ferris2018-11-131-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Further updates to jemalloc code. am: c6954b2064Christopher Ferris2018-11-0210-21/+113
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Add android extensions. am: 03b5d1c549Christopher Ferris2018-09-1713-34/+762
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Add bp file and generated files. am: 7eecc47efaChristopher Ferris2018-09-0622-21/+18177
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Don't compile background thread support.Dan Albert2019-02-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | / / / / | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Don't compile background thread support.android-q-preview-1Dan Albert2019-02-141-1/+1
| * | | | | | | | | | | | | Add default code reviewers into OWNERSChih-Hung Hsieh2019-01-081-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | / / / / | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Add default code reviewers into OWNERSChih-Hung Hsieh2019-01-081-0/+3
| * | | | | | | | | | | | Prevent dependency cycle on linux_bionic due to system_shared_libs expansion.Roland Levillain2018-12-041-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | / / / / | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Prevent dependency cycle on linux_bionic due to system_shared_libs expansion.android-wear-8.0.0_r2Roland Levillain2018-12-041-0/+3
| * | | | | | | | | | | Prevent dependency cycle due to system_shared_libs expansionDan Willemsen2018-12-031-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | / / / / | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Prevent dependency cycle due to system_shared_libs expansionDan Willemsen2018-12-031-0/+1
| * | | | | | | | | | Ignore extents that are not associated with a size.Christopher Ferris2018-11-291-1/+2
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Ignore extents that are not associated with a size.Christopher Ferris2018-11-281-1/+2
| * | | | | | | | | Fix mallinfo counting for large allocations.Christopher Ferris2018-11-261-1/+14
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | / / / / | | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Fix mallinfo counting for large allocations.Christopher Ferris2018-11-261-1/+14
| * | | | | | | | 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.Christopher Ferris2018-11-0210-21/+113
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
* / | | | | | Further updates to jemalloc code.Christopher Ferris2018-11-0110-21/+113
|/ / / / / /
* | | | | | 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.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-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