source: git/omalloc/om_Alloc.h @ 39497b

spielwiese
Last change on this file since 39497b was 6566d6, checked in by Hans Schönemann <hannes@…>, 18 years ago
*hannes: sparc-cc git-svn-id: file:///usr/local/Singular/svn/trunk@9216 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.5 2006-06-14 14:28:19 Singular Exp $
7 *******************************************************************/
8#ifndef OM_ALLOC_H
9#define OM_ALLOC_H
10
11#include <stdlib.h>
12#include <stdio.h>
13#include <string.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19/*MAKEHEADER*/
20#include "omConfig.h"
21/*MAKEHEADER*/
22#include "omDerivedConfig.h"
23/*MAKEHEADER*/
24#include "omError.h"
25/*MAKEHEADER*/
26#include "omStructs.h"
27/*MAKEHEADER*/
28#include "omAllocDecl.h"
29/*MAKEHEADER*/
30#include "omInlineDecl.h"
31/*MAKEHEADER*/
32#include "omBin.h"
33/*MAKEHEADER*/
34#include "omMemOps.h"
35/*MAKEHEADER*/
36#include "omList.h"
37/*MAKEHEADER*/
38#include "omFindExec.h"
39/*MAKEHEADER*/
40#include "omGetBackTrace.h"
41/*MAKEHEADER*/
42#include "omRet2Info.h"
43/*MAKEHEADER*/
44#include "omStats.h"
45/*MAKEHEADER*/
46#include "omOpts.h"
47/*MAKEHEADER*/
48#include "omBinPage.h"
49/*MAKEHEADER*/
50#include "omAllocSystem.h"
51/*MAKEHEADER*/
52#include "omTables.h"
53/*MAKEHEADER*/
54#include "omAllocPrivate.h"
55/*MAKEHEADER*/
56#include "omDebug.h"
57/*MAKEHEADER*/
58#include "omInline.h"
59/*MAKEHEADER*/
60#include "omAllocFunc.h"
61
62#ifdef __cplusplus
63}
64#endif
65
66#endif /* OM_ALLOC_H */
Note: See TracBrowser for help on using the repository browser.