summaryrefslogtreecommitdiffstats
path: root/src/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove BITMAP_USE_TREE.Jason Evans2017-03-271-78/+0
* Implement bitmap_ffu(), which finds the first unset bit.Jason Evans2017-03-251-6/+21
* Replace tabs following #define with spaces.Jason Evans2017-01-211-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
* Update brace style.Jason Evans2017-01-211-17/+13
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-4/+0
* Implement BITMAP_INFO_INITIALIZER(nbits).Jason Evans2016-05-131-3/+3
* Reduce differences between alternative bitmap implementations.Jason Evans2016-04-061-7/+4
* Use linear scan for small bitmapsDave Watson2016-02-261-1/+40
* Miscellaneous bitmap refactoring.Jason Evans2016-02-261-18/+15
* Implement compile-time bitmap size computation.Jason Evans2014-09-281-15/+3
* Normalize #define whitespace.Jason Evans2013-12-091-1/+1
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+90