aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/bitmap.h
AgeCommit message (Collapse)Author
2015-04-22Revert "Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge""Christopher Ferris
This reverts commit 75929a97332565c3b987986f35652b6d5d275d3c. The original failure this was reverted for seems to have been a bug somewhere else. Change-Id: Ib29ba03b1b967f940dc19eceac2aa1d2923be1eb
2015-04-16Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge"Nicolas Geoffray
Revert due to random ART crashes seen. This reverts commit 5b5d97b42e84c2ac417271c3fab6fc282496a335. Change-Id: I62a784301fded7ee853b182d172be46bb32bded7
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-09-28Implement compile-time bitmap size computation.Jason Evans
2014-06-02Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond
Some platforms (like those using Newlib) don't have ffs/ffsl. This commit adds a check to configure.ac for __builtin_ffsl if ffsl isn't found. __builtin_ffsl performs the same function as ffsl, and has the added benefit of being available on any platform utilizing Gcc-compatible compiler. This change does not address the used of ffs in the MALLOCX_ARENA() macro.
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans