Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove BITMAP_USE_TREE. | Jason Evans | 2017-03-27 | 1 | -78/+0 |
* | Implement bitmap_ffu(), which finds the first unset bit. | Jason Evans | 2017-03-25 | 1 | -6/+21 |
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -1/+1 |
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -2/+2 |
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -17/+13 |
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -4/+0 |
* | Implement BITMAP_INFO_INITIALIZER(nbits). | Jason Evans | 2016-05-13 | 1 | -3/+3 |
* | Reduce differences between alternative bitmap implementations. | Jason Evans | 2016-04-06 | 1 | -7/+4 |
* | Use linear scan for small bitmaps | Dave Watson | 2016-02-26 | 1 | -1/+40 |
* | Miscellaneous bitmap refactoring. | Jason Evans | 2016-02-26 | 1 | -18/+15 |
* | Implement compile-time bitmap size computation. | Jason Evans | 2014-09-28 | 1 | -15/+3 |
* | Normalize #define whitespace. | Jason Evans | 2013-12-09 | 1 | -1/+1 |
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+90 |