|
EPICS Multi-Core Utilities
1.2.3-SNAPSHOT
Real-Time Utilities for EPICS IOCs on Multi-Core Linux
|
Locking process memory into RAM. More...
#include <stdio.h>#include <string.h>#include <errno.h>#include <sys/mman.h>#include <errlog.h>#include <shareLib.h>#include "mcoreutils.h"Go to the source code of this file.
Functions | |
| void | mcoreMLock (void) |
| iocShell: Lock all process virtual memory into RAM. More... | |
| void | mcoreMUnlock (void) |
| iocShell: Unlock process virtual memory from RAM. More... | |
Locking process memory into RAM.
Definition in file memLock.c.