Jason Evans 73d3d58dc2 Optimize witness fast path.
Short-circuit commonly called witness functions so that they only
execute in debug builds, and remove equivalent guards from mutex
functions.  This avoids pointless code execution in
witness_assert_lockless(), which is typically called twice per
allocation/deallocation function invocation.

Inline commonly called witness functions so that optimized builds can
completely remove calls as dead code.
2016-05-11 15:38:06 -07:00
..
2015-11-09 15:48:05 -08:00
2016-04-18 15:23:35 -07:00
2016-03-22 17:54:35 -07:00
2016-02-19 20:29:06 -08:00
2016-04-17 13:44:59 -07:00
2014-04-15 16:49:57 -07:00
2016-05-11 15:38:06 -07:00