aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/jemalloc_internal.h
AgeCommit message (Collapse)Author
2015-05-21Update headers to match .in changes.android-m-previewChristopher Ferris
jemalloc_internal.h.in and jemalloc_internal_defs.h.in have been updated. This change updates the corresponding files to include the new changes. Bug: 21326736 Change-Id: Ie2aaeb88131c5fc23b0ad374ee93bd49e14eafa0
2015-04-22Revert "Revert "Update for new version.""Christopher Ferris
This reverts commit 53372f270c36cc1770954fa60e274bcd97c81073. Change-Id: I1eb631a2aba35de7cbb5a6a8f6518b62c6bc22b8
2015-04-16Revert "Update for new version."Nicolas Geoffray
Revert to put us back to before https://android-review.googlesource.com/#/c/147045/ This reverts commit 0b9d74bfed176f3c83114086a9dbf207cdeeb1f1. Change-Id: I39940f1c9b351dafaff926cc106bcbd153f8ad30
2015-04-15Update for new version.Christopher Ferris
- Regenerated all of the header files. - Moved the je_mallinfo code into src/jemalloc.c since the variables are static in that file now. - Update the makefiles for new tests and files. Change-Id: I7f7be351f2543ac216754fc284cbccfe20785e62
2014-12-09Use C11 atomic functions when necessary.android-wear-5.0.0_r1lollipop-wear-releaseChih-Hung Hsieh
Clang arm64 and mips compilers do not have all gcc predefined macros and intrinsic functions. When builtin gcc atomic functions are not available, use C11 standard functions. BUG: 17046358 Change-Id: I98619647b230d725c81a73dcd3207d429b943e71
2014-07-01Update header files from new jemalloc changes.Christopher Ferris
Also, fix gitignore, not to ignore generated headers. Change-Id: I6c781ae85112c2098d6808adba55c0c8e05e5ecc
2014-04-25Initial commit.Christopher Ferris
This change allows jemalloc to compile for all known targets. Bug: 981363 Change-Id: I847f653daa8430ae8fba90c8365aa0d11f7a4897