qalloc_checkpoint - Man Page

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)

Referenced By

qalloc_cleanup(3), qalloc_free(3), qalloc_loadmap(3), qalloc_malloc(3).

NOVEMBER 2006 libqthread