|
xsecurelock 1.8.0
XSecureLock is an X11 screen lock utility.
|
#include <limits.h>#include <stdint.h>#include <sys/mman.h>#include <unistd.h>Go to the source code of this file.
Macros | |
| #define | MLOCK_PAGE(ptr, size) |
| Lock the memory area given by a pointer and a size. | |
| #define MLOCK_PAGE | ( | ptr, | |
| size ) |
Lock the memory area given by a pointer and a size.
The area is expanded to fill whole memory pages.