|
xsecurelock
1.7.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) 0 |
| Lock the memory area given by a pointer and a size. More... | |
| #define MLOCK_PAGE | ( | ptr, | |
| size | |||
| ) | 0 |
Lock the memory area given by a pointer and a size.
The area is expanded to fill whole memory pages.
1.8.14