Table of Contents

Name

qalloc_cleanup - 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)


Table of Contents