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.c
Go to the documentation of this file.
1
/*******************************************************************
2
* File: omStats.c
3
* Purpose: definitions of stats related stuff
4
* Author: obachman (Olaf Bachmann)
5
* Created: 11/99
6
*******************************************************************/
7
8
#include "
omalloc.h
"
9
#include "omDefaultConfig.h"
10
11
#ifdef HAVE_OMALLOC
12
13
omOpts_t
om_Opts
=
14
{
15
OM_DEFAULT_MIN_TRACK,
16
OM_DEFAULT_MIN_CHECK,
17
OM_DEFAULT_MAX_TRACK,
18
OM_DEFAULT_MAX_CHECK,
19
OM_DEFAULT_KEEP,
20
OM_DEFAULT_HOW_TO_REPORT_ERRORS,
21
OM_DEFAULT_MARK_AS_STATIC,
22
OM_DEFAULT_PAGES_PER_REGION,
23
OM_DEFAULT_OUT_OF_MEMORY_FUNC,
24
OM_DEFAULT_MEMORY_LOW_FUNC,
25
OM_DEFAULT_ERROR_HOOK
26
};
27
#endif
om_Opts
omOpts_t om_Opts
Definition:
omOpts.c:13
omalloc.h
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular