source: git/omalloc/omOpts.c @ b6e039

spielwiese
Last change on this file since b6e039 was b6e039, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* added stuff git-svn-id: file:///usr/local/Singular/svn/trunk@4519 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 640 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.1 2000-08-14 12:18:30 obachman Exp $
7 *******************************************************************/
8
9#include "omAlloc.h"
10#include "omDefaultConfig.h"
11
12omOpts_t om_Opts = 
13{
14  OM_DEFAULT_MIN_TRACK,
15  OM_DEFAULT_MIN_CHECK,
16  OM_DEFAULT_KEEP,
17  OM_DEFAULT_HOW_TO_REPORT_ERRORS,
18  OM_DEFAULT_MARK_AS_STATIC,
19  OM_DEFAULT_PAGES_PER_REGION,
20  OM_DEFAULT_OUT_OF_MEMORY_FUNC,
21  OM_DEFAULT_MEMORY_LOW_FUNC
22};
23
24
25
26
Note: See TracBrowser for help on using the repository browser.