My Project
Loading...
Searching...
No Matches
omalloc
omalloc_provide.c
Go to the documentation of this file.
1
/*******************************************************************
2
* File: omalloc_provide.c
3
* Purpose: implementation of ANSI-C conforming malloc functions
4
* which are to be provided by omalloc library
5
* Author: obachman@mathematik.uni-kl.de (Olaf Bachmann)
6
* Created: 11/99
7
*******************************************************************/
8
#include "omConfig.h"
9
10
#if OM_PROVIDE_MALLOC > 0
11
#if OM_PROVIDE_MALLOC > 1
12
#include "
omalloc/omalloc_debug.c
"
13
#else
14
#include "
omalloc/omalloc.c
"
15
#endif
16
#endif
omalloc.c
omalloc_debug.c
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular