summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/bitmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert to uniform style: cond == false --> !condJason Evans2014-10-031-4/+4
|
* Implement compile-time bitmap size computation.Jason Evans2014-09-281-0/+46
|
* Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond2014-06-021-2/+2
| | | | | | | | | | | 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.
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+184