Vxworks下的高速缓冲存储器一致性问题
时间:09-12
来源:互联网
点击:
容**vptr_buffer了*/
}
if ((pBuffer = (void *)malloc (allocBytes)) == NULL)
return (NULL);
/* Flush any data that may be still sitting in the cache */
cacheClear (DATA_CACHE, pBuffer, allocBytes);
cacheInvalidate (INSTRUCTION_CACHE, pBuffer, allocBytes);
- Windows CE 进程、线程和内存管理(11-09)
- RedHatLinux新手入门教程(5)(11-12)
- uClinux介绍(11-09)
- openwebmailV1.60安装教学(11-12)
- Linux嵌入式系统开发平台选型探讨(11-09)
- Windows CE 进程、线程和内存管理(二)(11-09)
