source: git/omalloc/om_Alloc.h @ 45e70f

fieker-DuValspielwiese
Last change on this file since 45e70f was 10c308, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: perl and -a git-svn-id: file:///usr/local/Singular/svn/trunk@8467 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.3 KB
Line 
1/*******************************************************************
2 *  File:    om_Alloc.h
3 *  Purpose: declaration of public routines for omalloc
4 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
5 *  Created: 11/99
6 *  Version: $Id: om_Alloc.h,v 1.4 2005-07-28 14:37:16 Singular Exp $
7 *******************************************************************/
8#ifndef OM_ALLOC_H
9#define OM_ALLOC_H
10
11#include <stdlib.h>
12#include <stdio.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18/*MAKEHEADER*/
19#include "omConfig.h"
20/*MAKEHEADER*/
21#include "omDerivedConfig.h"
22/*MAKEHEADER*/
23#include "omError.h"
24/*MAKEHEADER*/
25#include "omStructs.h"
26/*MAKEHEADER*/
27#include "omAllocDecl.h"
28/*MAKEHEADER*/
29#include "omInlineDecl.h"
30/*MAKEHEADER*/
31#include "omBin.h"
32/*MAKEHEADER*/
33#include "omMemOps.h"
34/*MAKEHEADER*/
35#include "omList.h"
36/*MAKEHEADER*/
37#include "omFindExec.h"
38/*MAKEHEADER*/
39#include "omGetBackTrace.h"
40/*MAKEHEADER*/
41#include "omRet2Info.h"
42/*MAKEHEADER*/
43#include "omStats.h"
44/*MAKEHEADER*/
45#include "omOpts.h"
46/*MAKEHEADER*/
47#include "omBinPage.h"
48/*MAKEHEADER*/
49#include "omAllocSystem.h"
50/*MAKEHEADER*/
51#include "omTables.h"
52/*MAKEHEADER*/
53#include "omAllocPrivate.h"
54/*MAKEHEADER*/
55#include "omDebug.h"
56/*MAKEHEADER*/
57#include "omInline.h"
58/*MAKEHEADER*/
59#include "omAllocFunc.h"
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* OM_ALLOC_H */
Note: See TracBrowser for help on using the repository browser.