server-skynet-source-3rd-je.../include
Daniel Micay 23fdf8b359 mark some conditions as unlikely
* assertion failure
* malloc_init failure
* malloc not already initialized (in malloc_init)
* running in valgrind
* thread cache disabled at runtime

Clang and GCC already consider a comparison with NULL or -1 to be cold,
so many branches (out-of-memory) are already correctly considered as
cold and marking them is not important.
2014-09-10 21:49:42 -04:00
..
jemalloc mark some conditions as unlikely 2014-09-10 21:49:42 -04:00
msvc_compat Allow to build with clang-cl 2014-06-12 10:39:39 -07:00