Table of Contents
qalloc_cleanup - unmaps all memory maps
#include <qthread/qalloc.h>
void
qalloc_cleanup (void);
This function performs a checkpoint,
with qalloc_checkpoint(), and then un-maps all of the currently mapped memory
maps.
qalloc_checkpoint(3)
, qalloc_free(3)
, qalloc_loadmap(3)
, qalloc_malloc(3)
Table of Contents