My Project
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
i
k
m
n
p
r
s
t
v
Enumerations
Enumerator
b
c
d
e
f
g
m
n
o
r
s
t
y
Related Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
y
z
Enumerations
c
d
e
f
g
i
l
m
n
o
p
r
s
t
w
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
omalloc
omOpts.h
Go to the documentation of this file.
1
/*******************************************************************
2
* File: omOpts.h
3
* Purpose: declaration of options for omalloc
4
* Author: obachman (Olaf Bachmann)
5
* Created: 11/99
6
*******************************************************************/
7
#ifndef OM_OPTS_H
8
#define OM_OPTS_H
9
10
/* Default values for these options are defined in omDefaultConfig.h */
11
struct
omOpts_s
12
{
13
int
MinTrack
;
14
int
MinCheck
;
15
int
MaxTrack
;
16
int
MaxCheck
;
17
int
Keep
;
18
int
HowToReportErrors
;
19
int
MarkAsStatic
;
20
unsigned
int
PagesPerRegion
;
21
void (*
OutOfMemoryFunc
)(void);
22
void (*
MemoryLowFunc
)(void);
23
void (*
ErrorHook
)(void);
24
};
25
extern
omOpts_t
om_Opts
;
26
27
#endif
/* OM_OPTS_H */
om_Opts
omOpts_t om_Opts
Definition:
omOpts.c:13
omOpts_s
Definition:
omOpts.h:12
omOpts_s::MinCheck
int MinCheck
Definition:
omOpts.h:14
omOpts_s::MemoryLowFunc
void(* MemoryLowFunc)(void)
Definition:
omOpts.h:22
omOpts_s::Keep
int Keep
Definition:
omOpts.h:17
omOpts_s::MinTrack
int MinTrack
Definition:
omOpts.h:13
omOpts_s::HowToReportErrors
int HowToReportErrors
Definition:
omOpts.h:18
omOpts_s::MarkAsStatic
int MarkAsStatic
Definition:
omOpts.h:19
omOpts_s::OutOfMemoryFunc
void(* OutOfMemoryFunc)(void)
Definition:
omOpts.h:21
omOpts_s::MaxTrack
int MaxTrack
Definition:
omOpts.h:15
omOpts_s::PagesPerRegion
unsigned int PagesPerRegion
Definition:
omOpts.h:20
omOpts_s::ErrorHook
void(* ErrorHook)(void)
Definition:
omOpts.h:23
omOpts_s::MaxCheck
int MaxCheck
Definition:
omOpts.h:16
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular