Table of Contents

Name

qalloc_checkpoint - locks an address, and may block

Synopsis

#include <qthread/qalloc.h>

void
qalloc_checkpoint (void);

Description

This function sync’s the maps to disk. This can be done at any time, and is as efficient as msync().

See Also

qalloc_cleanup(3) , qalloc_free(3) , qalloc_loadmap(3) , qalloc_malloc(3) , msync(2)


Table of Contents