cdefs.h: Define __COLD
This expands to __attribute__ ((cold)) when supported. It should be
used to mark up functions that are invoked rarely.
Signed-off-by:
Sergey Bugaev <bugaevc@gmail.com>
Loading
Please register or sign in to comment
This expands to __attribute__ ((cold)) when supported. It should be
used to mark up functions that are invoked rarely.
Signed-off-by:
Sergey Bugaev <bugaevc@gmail.com>