Skip to content
Jan Ciesko edited this page Mar 9, 2022 · 1 revision
<title>qalloc_checkpoint(3) manual page</title> Table of Contents

qalloc_checkpoint - locks an address, and may block #include <qthread/qalloc.h>

void
qalloc_checkpoint (void);

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


Table of Contents

Clone this wiki locally