source: git/omalloc/omOpts.c @ 39497b

spielwiese
Last change on this file since 39497b was 13fe1b, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: DecAlpha-ccc-port git-svn-id: file:///usr/local/Singular/svn/trunk@5409 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 709 bytes
Line 
1/*******************************************************************
2 *  File:    omStats.c
3 *  Purpose: definitions of stats related stuff
4 *  Author:  obachman (Olaf Bachmann)
5 *  Created: 11/99
6 *  Version: $Id: omOpts.c,v 1.7 2001-04-30 09:02:09 Singular Exp $
7 *******************************************************************/
8
9#include "om_Alloc.h"
10#include "omDefaultConfig.h"
11
12omOpts_t om_Opts =
13{
14  OM_DEFAULT_MIN_TRACK,
15  OM_DEFAULT_MIN_CHECK,
16  OM_DEFAULT_MAX_TRACK,
17  OM_DEFAULT_MAX_CHECK,
18  OM_DEFAULT_KEEP,
19  OM_DEFAULT_HOW_TO_REPORT_ERRORS,
20  OM_DEFAULT_MARK_AS_STATIC,
21  OM_DEFAULT_PAGES_PER_REGION,
22  OM_DEFAULT_OUT_OF_MEMORY_FUNC,
23  OM_DEFAULT_MEMORY_LOW_FUNC,
24  OM_DEFAULT_ERROR_HOOK
25};
Note: See TracBrowser for help on using the repository browser.