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

  • SEARCH
  • Home
  • 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 876169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:23:29+00:00 2026-05-15T11:23:29+00:00

From the docs : Note: Core Data avoids the term unfaulting because it is

  • 0

From the docs:

Note: Core Data avoids the term
unfaulting because it is confusing.
There’s no “unfaulting” a virtual
memory page fault. Page faults are
triggered, caused, fired, or
encountered. Of course, you can
release memory back to the kernel in a
variety of ways (using the functions
vm_deallocate, munmap, or sbrk). Core
Data describes this as “turning an
object into a fault”.

Is a Fault in Core Data essentially a memory page fault? I have only a slight idea about what a memory page is. I believe it’s a kind of “piece of code in memory” which is needed to execute procedures and stuff like that, and as the app is runing, pieces of code are sucked into memory as “pages” and thrown away as they’re not needed anymore. Probably 99% wrong 😉

Anyone?

  • 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-05-15T11:23:29+00:00Added an answer on May 15, 2026 at 11:23 am

    I have only a slight idea about what a memory page is. I believe it’s a kind of “piece of code in memory” which is needed to execute procedures and stuff like that, and as the app is runing, pieces of code are sucked into memory as “pages” and thrown away as they’re not needed anymore.

    Stuff (i.e. code and data) exist in memory.

    Each thing which exists in memory has an address (a memory address).

    The memory address space (e.g. 4GB on a 32-bit machine) is divided into ‘pages’, where each page is a contiguous chunk of memory (e.g. 4KB per page).

    The address space is mapped (by the CPU and the O/S) into RAM (or possibly mapped to I/O ports, but that’s a different story).

    There may be less RAM installed (e.g. 1 GB) than there is address space (e.g. 4 GB), therefore some stuff (e.g. the least-recently-used stuff) may be swapped out (by the O/S) from RAM onto a page file on disk. Whole, integral pages (e.g. 4KB chunks) are what’s swapped (not individual bytes).

    When the application tries to access an address which isn’t currently mapped to RAM, then that’s a so-called page fault. To handle a page fault, the O/S might:

    • Free some RAM, by swapping something (e.g. least-recently-used) from RAM to disk
    • Map that newly-freed now-available RAM to the address which the application is trying to access
    • Swap into RAM, from disk, whatever is supposed to be at that address (which at some time in the past had been swapped out from that address to disk)
    • Resume the application where it left off: the application tries again to access that memory address, only this time without another page fault.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From the Java AtomicReferenceFieldUpdater docs : Note that the guarantees of the compareAndSet method
From Python docs: http://docs.python.org/library/stdtypes.html#comparisons Implementation note: Objects of different types except numbers are ordered
What exactly does Environment.ExternalStorageDirectory return? I read from the developer docs: Note: don't be
From the docs: A table view in the UIKit framework is limited to a
from the docs: the reordering control temporarily replaces any accessory view. So when I
From the docs: A plain-style table view is an unbroken list; a grouped table
From: http://developers.soundcloud.com/docs/api/tracks#filtering I'm not sure from the docs if this functionality is available. I
This piece of code is from Adobe docs : package { import flash.display.Loader; import
I try to use assignment_tag from django docs: https://docs.djangoproject.com/en/1.4/howto/custom-template-tags/#howto-custom-template-tags-simple-tags Test project: mysite/ manage.py polls/
Here's an example taken from http://docs.jquery.com/API/1.1/AJAX#.24.post.28_url.2C_params.2C_callback_.29 $.ajax({ type: POST, url: some.php, data: name=John&location=Boston, success:

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.