Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. agnarayana

    Converting process internal memory to shared memory allowed ?

    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...

Part and Inventory Search

Back
Top