qalloc_cleanup - Man Page

unmaps all memory maps

Synopsis

#include <qthread/qalloc.h>

void
qalloc_cleanup (void);

Description

This function performs a checkpoint, with qalloc_checkpoint(), and then un-maps all of the currently mapped memory maps.

See Also

qalloc_checkpoint(3), qalloc_free(3), qalloc_loadmap(3), qalloc_malloc(3)

Referenced By

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

NOVEMBER 2006 libqthread