Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/memorymap.h
00001 // Copyright (c) 2004 David Muse
00002 // See the COPYING file for more information.
00003 
00004         private:
00005                 // FIXME: it should be possible to copy a memorymap
00006                                 memorymap(const memorymap &m);
00007                 memorymap       &operator=(const memorymap &m);
00008 
00009                         bool    mAdvise(unsigned char *start,
00010                                         size_t length, int32_t advice);
00011                 static  bool    mLockAll(int32_t flags);
00012 
00013                 memorymapprivate        *pvt;