日期:2014-05-16 浏览次数:20784 次
int *map_addr = mmap(); //read msync(); memcpy ( data, map_addr, size ); //write memcpy ( map_addr, data, size ); msync();