Table of Contents
qalloc_checkpoint - locks an address, and may block
#include
<qthread/qalloc.h>
void
qalloc_checkpoint (void);
This function sync’s the maps to disk.
This can be done at any time, and is as efficient as msync().
qalloc_cleanup(3)
,
qalloc_free(3)
, qalloc_loadmap(3)
, qalloc_malloc(3)
, msync(2)
Table of Contents