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
/
include
/
jemalloc
/
internal
/
witness.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move bin initialization from arena module to bin module.
David T. Goldblatt
2017-12-19
1
-1/+1
*
Fix extent_grow_next management.
Jason Evans
2017-05-30
1
-7/+8
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
1
-0/+345
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-275/+0
*
Fix long spinning in rtree_node_init
Dave Watson
2016-11-03
1
-1/+2
*
Add an assertion in witness_owner().
Jason Evans
2016-10-31
1
-0/+3
*
Refactor witness_unlock() to fix undefined test behavior.
Jason Evans
2016-10-31
1
-11/+28
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
1
-1/+0
*
Rename chunks_{cached,retained,mtx} to extents_{cached,retained,mtx}.
Jason Evans
2016-06-06
1
-1/+1
*
Rename huge to large.
Jason Evans
2016-06-06
1
-1/+1
*
Add rtree element witnesses.
Jason Evans
2016-06-03
1
-5/+11
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
1
-1/+1
*
Optimize witness fast path.
Jason Evans
2016-05-11
1
-5/+147
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-5/+5
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
1
-1/+2
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-0/+3
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-0/+103