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
/
witness.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-02
1
-8/+9
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-9/+9
*
Update brace style.
Jason Evans
2017-01-21
1
-18/+9
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-6/+0
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
1
-7/+0
*
Add rtree element witnesses.
Jason Evans
2016-06-03
1
-1/+2
*
Mangle tested functions as n_witness_* rather than witness_*_impl.
Jason Evans
2016-05-11
1
-9/+8
*
Optimize witness fast path.
Jason Evans
2016-05-11
1
-118/+4
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-13/+23
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
1
-1/+13
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-2/+35
*
Fix malloc_mutex_[un]lock() to conditionally check witness.
Jason Evans
2016-04-17
1
-10/+0
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-0/+206