EPICS Multi-Core Utilities  1.2.2-SNAPSHOT
Real-Time Utilities for EPICS IOCs on Multi-Core Linux
 All Files Functions Variables Typedefs Macros Groups Pages
Macros
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.

Macros

#define epicsExportSharedSymbols
 

Functions

void mcoreMLock (void)
 iocShell: Lock all process virtual memory into RAM.
 
void mcoreMUnlock (void)
 iocShell: Unlock process virtual memory from RAM.
 

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.

Macro Definition Documentation

#define epicsExportSharedSymbols