My Project
UNKNOWN_GIT_VERSION
omalloc
omalloc.h
Go to the documentation of this file.
1
/*******************************************************************
2
* File: omalloc.h
3
* Purpose: declaration of public routines for omalloc
4
* Author: obachman@mathematik.uni-kl.de (Olaf Bachmann)
5
* Created: 11/99
6
*******************************************************************/
7
#ifndef OM_ALLOC_H
8
#define OM_ALLOC_H
9
10
#include <stdlib.h>
11
#include <stdio.h>
12
#include <string.h>
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#if __cplusplus >= 201402L
17
/* clang 3.7, gcc 5.1 sets 201402L */
18
#define REGISTER
19
#elif defined(__clang__)
20
#define REGISTER
21
#else
22
#define REGISTER register
23
#endif
24
#else
25
#define REGISTER register
26
#endif
27
28
#include "omalloc/omConfig.h"
29
30
#if defined(OM_NDEBUG) && !defined(OM_ALLOC_INTERNAL)
31
#if (SIZEOF_LONG == 8)
32
#define OM_T_FREE1
33
#define OM_T_FREE3
34
#define OM_T_STR
35
#define OM_T_ALLOC
36
#define OM_T_REALLOC
37
#endif
38
#endif
39
40
#include "omDerivedConfig.h"
41
#include "
omError.h
"
42
#include "
omStructs.h
"
43
#include "
omAllocDecl.h
"
44
#include "
omInlineDecl.h
"
45
#include "
omBin.h
"
46
#include "
omMemOps.h
"
47
#include "
omList.h
"
48
#include "
omGetBackTrace.h
"
49
#include "
omRet2Info.h
"
50
#include "
omStats.h
"
51
#include "
omOpts.h
"
52
#include "
omBinPage.h
"
53
#include "
omAllocSystem.h
"
54
#include "
omalloc/omTables.h
"
55
#include "
omAllocPrivate.h
"
56
#include "
omDebug.h
"
57
#include "
omInline.h
"
58
#include "
omAllocFunc.h
"
59
60
#ifdef __cplusplus
61
}
62
#endif
63
64
#endif
/* OM_ALLOC_H */
omAllocSystem.h
omStructs.h
omBinPage.h
omList.h
omGetBackTrace.h
omRet2Info.h
omInlineDecl.h
omAllocPrivate.h
omDebug.h
omError.h
omInline.h
omOpts.h
omMemOps.h
omBin.h
omAllocFunc.h
omAllocDecl.h
omTables.h
omStats.h
Generated on Tue Sep 24 2019 00:00:00 for My Project by
doxygen 1.8.15
for
Singular UNKNOWN_GIT_VERSION