It seems unbelievable that converting internal memory to shared memory is not allowed...
I always felt this is a good way of managing data transfers and flexibility of memory management
For example, We can do
buf = mmap(1 GB, /dev/zero) ; //map some address
munmap(buf, 512 MB) ; // remove...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.