server-skynet-source-3rd-je.../include
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
..
jemalloc Optimize witness fast path. 2016-05-11 15:38:06 -07:00
msvc_compat Remove errno overrides. 2016-05-03 10:01:16 -07:00