| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid compiler warnings on Windows. | Jason Evans | 2017-05-12 | 1 | -5/+5 |
|
|
* | Header refactoring: bitmap - unify and remove from catchall. | David Goldblatt | 2017-04-24 | 1 | -0/+369 |
|
|
* | Break up headers into constituent parts | David Goldblatt | 2017-01-12 | 1 | -322/+0 |
|
|
* | Move slabs out of chunks. | Jason Evans | 2016-06-06 | 1 | -1/+1 |
|
|
* | Implement BITMAP_INFO_INITIALIZER(nbits). | Jason Evans | 2016-05-13 | 1 | -19/+67 |
|
|
* | Support --with-lg-page values larger than actual page size. | Jason Evans | 2016-04-11 | 1 | -2/+2 |
|
|
* | Reduce differences between alternative bitmap implementations. | Jason Evans | 2016-04-06 | 1 | -1/+1 |
|
|
* | Fix bitmap_sfu() regression. | Jason Evans | 2016-04-06 | 1 | -1/+1 |
|
|
* | Refactor some bitmap cpp logic. | Jason Evans | 2016-02-26 | 1 | -3/+2 |
|
|
* | Use linear scan for small bitmaps | Dave Watson | 2016-02-26 | 1 | -2/+48 |
|
|
* | Miscellaneous bitmap refactoring. | Jason Evans | 2016-02-26 | 1 | -11/+10 |
|
|
* | Silence miscellaneous 64-to-32-bit data loss warnings. | Jason Evans | 2016-02-24 | 1 | -1/+1 |
|
|
* | Refactor jemalloc_ffs*() into ffs_*(). | Jason Evans | 2016-02-24 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+184 |
|
|