summaryrefslogtreecommitdiff
path: root/src/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove beginning define in source filesYinan Zhang2020-06-191-1/+0
* Revert "Remove BITMAP_USE_TREE."Jason Evans2017-04-181-0/+78
* Header refactoring: move assert.h out of the catch-allDavid Goldblatt2017-04-181-0/+2
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-111-1/+2
* Remove BITMAP_USE_TREE.Jason Evans2017-03-271-78/+0
* Implement bitmap_ffu(), which finds the first unset bit.Jason Evans2017-03-241-6/+21
* Replace tabs following #define with spaces.Jason Evans2017-01-201-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-201-2/+2
* Update brace style.Jason Evans2017-01-201-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-081-1/+1
* Move repo contents in jemalloc/ to top level.Jason Evans2011-03-311-0/+90