restrict:

        
    The restrict keyword in C can be used to qualify pointer types. Two restrict pointers in the same scope (typically function parameters) must not point to the same object or array. This assumption allows the compiler to generate more efficient assembly code.

与restrict相关的文章





站内导航:


特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

©2012-2021,