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
2014-08-06 23:36:19 -07:00
2014-05-15 22:36:41 -07:00
2014-06-02 07:44:50 -07:00
2013-12-08 20:52:21 -08:00
2014-05-15 22:36:41 -07:00
2014-09-04 22:22:52 -07:00
2013-12-08 22:28:27 -08:00
2014-05-15 22:36:41 -07:00
2014-08-19 21:31:16 -07:00
2014-05-28 21:17:42 -07:00
2014-08-19 21:31:16 -07:00
2014-06-02 07:44:50 -07:00
2014-08-22 15:19:21 -07:00
2014-05-28 21:17:42 -07:00
2014-09-08 21:46:17 -04:00
2012-02-28 16:50:47 -08:00
2012-04-21 21:27:46 -07:00
2013-12-03 22:06:59 -08:00
2014-09-09 19:47:09 -07:00
2013-12-03 22:06:59 -08:00
2014-09-04 22:27:26 -07:00
2014-09-09 19:47:09 -07:00
2014-01-16 17:38:01 -08:00
2014-01-16 17:38:01 -08:00
2013-12-08 22:28:27 -08:00
2013-12-08 22:28:27 -08:00
2013-01-31 14:23:48 -08:00
2014-08-19 21:05:54 -07:00
2014-01-02 17:36:38 -08:00
2014-09-07 14:40:19 -07:00
2014-05-15 22:36:41 -07:00
2014-09-10 21:49:42 -04:00
2013-12-12 14:41:02 -08:00
2014-09-10 21:49:42 -04:00
2014-09-10 21:49:42 -04:00