Go to the source code of this file.
◆ omOpts_s
Definition at line 11 of file omOpts.h.
Data Fields |
void(*)(void) |
ErrorHook |
|
int |
HowToReportErrors |
|
int |
Keep |
|
int |
MarkAsStatic |
|
int |
MaxCheck |
|
int |
MaxTrack |
|
void(*)(void) |
MemoryLowFunc |
|
int |
MinCheck |
|
int |
MinTrack |
|
void(*)(void) |
OutOfMemoryFunc |
|
unsigned int |
PagesPerRegion |
|
◆ om_Opts
Definition at line 13 of file omOpts.c.
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};