Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
source
externals
memoryprotection
include
memoryprotection
MemorySegment.h
Go to the documentation of this file.
1
#ifndef ProtectedMemory_h
2
#define ProtectedMemory_h 1
3
4
struct
MemorySegment
{
5
void
*
start
;
6
void
*
end
;
7
};
8
9
static
struct
MemorySegment
memorySegments[4096];
10
static
int
numOfSegments = 0;
11
12
#endif
MemorySegment::start
void * start
Definition:
MemorySegment.h:5
MemorySegment::end
void * end
Definition:
MemorySegment.h:6
MemorySegment
Definition:
MemorySegment.h:4
Generated on Sat Dec 14 2013 14:34:04 for Geant4_10 by
1.8.5