Notes
Variable Attributes
Aligned Variable
char tmpBuf[BLOCKSIZE] __attribute__((__aligned__(ALIGNMENT)));
char *tmpBuf = (char*) memalign(ALIGNMENT, BLOCKSIZE);
相關文件
http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html
Newer Post
Older Post
Home