Name
Memory Miscelaneous -- Other interesting functions.
Description
This functions wouldn't make a proper section, but I believe that they are
relevant enough to be mencioned.
Details
MAX_FRAMES
#define MAX_FRAMES 4 /* total number of frames available */ |
MAX_PAGES
#define MAX_PAGES 32 /* maximun number of pages per process */ |
mem_server_init ()
gint mem_server_init (GladeXML *xml); |
Called from the subsystem's code to initialize the interface code.
mem_page_ready_server ()
gint mem_page_ready_server (gint pid,
gint page); |
Called from the subsystem's code to tell the client about a fulfilled
page fault.
mem_page_bitmap_update_server ()
gint mem_page_bitmap_update_server (gint pid,
guint32 new_page_bitmap); |
Called from the subsystem's code to update the valid page bitmap on the
client.