This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

how mmap() works


Hi, 
  Does anybody know how the mmap() works? 
  mmap() creates a mapped region for a potion of the
file.  Any data written to a mapped region are stored
in its corresponding file object "automatically" by
OS.
  The question is how the "automatically" work.
  Thanks.
  Jerry



__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]