index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Remove BITMAP_USE_TREE."
Jason Evans
2017-04-19
1
-0/+78
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+2
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+2
*
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