| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert to uniform style: cond == false --> !cond | Jason Evans | 2014-10-03 | 1 | -4/+4 |
| | | |||||
| * | Implement compile-time bitmap size computation. | Jason Evans | 2014-09-28 | 1 | -0/+46 |
| | | |||||
| * | Try to use __builtin_ffsl if ffsl is unavailable. | Richard Diamond | 2014-06-02 | 1 | -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 Evans | 2011-04-01 | 1 | -0/+184 |
