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
..
2014-09-08 17:34:24 -07:00
2013-12-08 20:52:21 -08:00
2014-09-04 22:22:52 -07:00
2013-12-08 22:28:27 -08:00
2014-08-19 21:31:16 -07:00
2014-08-19 21:31:16 -07:00
2012-02-28 16:50:47 -08:00
2012-04-21 21:27:46 -07:00
2014-09-04 22:27:26 -07:00
2014-09-09 19:47:09 -07:00
2013-12-08 22:28:27 -08:00
2013-12-08 22:28:27 -08:00
2014-08-19 21:05:54 -07:00
2014-09-10 21:49:42 -04:00
2014-09-10 21:49:42 -04:00
2014-09-10 21:49:42 -04:00