Geant4.10
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4.10.00.p01
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 Wed Apr 30 2014 15:55:19 for Geant4.10 by
1.8.7