EPICS Multi-Core Utilities  1.2.3-SNAPSHOT
Real-Time Utilities for EPICS IOCs on Multi-Core Linux
memLock.c File Reference

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...
 

Detailed Description

Locking process memory into RAM.

Author
Ralph Lange Ralph.nosp@m..Lan.nosp@m.ge@gm.nosp@m.x.de
Dirk Zimoch Dirk..nosp@m.Zimo.nosp@m.ch@ps.nosp@m.i.ch

Definition in file memLock.c.