Go to the first, previous, next, last section, table of contents.


3.2.4 diskheap_sync_free_list -- Sync Free-List Information.

Function:
int diskheap_sync_free_list(diskheap_t * diskheap_p);

Usage: ret = diskheap_sync_free_list(diskheap_p);

This function syncs the administrative free-list information from memory to disk. The free-list records which space in the Diskheap is not currently in use and can be given out to future store operations. It will return DISKHEAP_ERROR_NONE if it succeeds otherwise an error code.


Go to the first, previous, next, last section, table of contents.

Diskheap Home Page. Copyright 2002 by Gray Watson