Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8915605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:00:33+00:00 2026-06-15T05:00:33+00:00

I have mapped a file onto memory using mmap() and I need to write

  • 0

I have mapped a file onto memory using mmap() and I need to write beyond end of file. I cannot find any conclusive documentation evidence of what happens in this case. This document says access beyond EOF is undefined. Is there any correct way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T05:00:34+00:00Added an answer on June 15, 2026 at 5:00 am

    Unmap the file, extend it by any conventional means (fseek to end + fwrite) and mmap it again it. This should be quite fast; any parts of the file that are paged in would stay paged in.

    You can also extend the file while it is mapped and then mremap it. This should work fine, because you are not changing any of the mapped pages. The effect of this may be OS-dependent.

    Linux mmap manpage:

    The effect of changing the size of the underlying file of a mapping on
    the pages that correspond to added or removed regions of the file is
    unspecified.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have mapped a file into memory using mmap . Now I would like
I need to have two processes share information through a memory mapped file. One
I have code which creates a memory mapped file as follows: using (Mutex mutex
Two Windows processes have memory mapped the same shared file. If the file consists
I have a memory mapped file, and a page in a view which is
I have memory mapped a large formatted (text) file containing one integer per line
I have a mapped Webdav Drive and i can't open file for reading using
I have a memory mapped file, from which I wish to parse the contents
If i have memory mapped a file of size 10GB in a 1GB machine
I have no problems implementing the memory mapped file. The question is. Assuming this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.