Main Page
Related Pages
Data Structures
Files
File List
Globals
omalloc
omalloc_debug.c
Go to the documentation of this file.
1
/*******************************************************************
2
* File: omalloc_debug.c
3
* Purpose: implementation of ANSI-C conforming malloc functions
4
* -- debug versions
5
* Author: obachman@mathematik.uni-kl.de (Olaf Bachmann)
6
* Created: 11/99
7
*******************************************************************/
8
#include "omDefaultConfig.h"
9
10
#define OM_TRACK OM_DEFAULT_MIN_TRACK
11
#define OM_CHECK OM_DEFAULT_MIN_CHECK
12
13
#if OM_CHECK <= 0
14
#undef OM_CHECK
15
#define OM_CHECK 1
16
#endif
17
18
#include <
omalloc/omalloc.c
>
omalloc.c
Generated on Thu Jul 7 2016 09:21:34 by
doxygen 1.8.11
for
Singular debian-4.0.3-p1+ds-2build3