My Project
Loading...
Searching...
No Matches
omalloc
omStructs.h
Go to the documentation of this file.
1
/*******************************************************************
2
* File: omStructs.h
3
* Purpose: declaration of structs and typedefs of omalloc
4
* Author: obachman (Olaf Bachmann)
5
* Created: 11/99
6
*******************************************************************/
7
#ifndef OM_STRUCTS_H
8
#define OM_STRUCTS_H
9
10
struct
omBin_s
;
11
typedef
struct
omBin_s
omBin_t;
12
typedef
omBin_t*
omBin
;
13
14
struct
omBinPage_s
;
15
typedef
struct
omBinPage_s
omBinPage_t;
16
typedef
omBinPage_t*
omBinPage
;
17
18
struct
omBinPageRegion_s
;
19
typedef
struct
omBinPageRegion_s
omBinPageRegion_t;
20
typedef
omBinPageRegion_t*
omBinPageRegion
;
21
22
struct
omOpts_s
;
23
typedef
struct
omOpts_s
omOpts_t;
24
25
struct
omInfo_s
;
26
typedef
struct
omInfo_s
omInfo_t;
27
28
struct
omSpecBin_s
;
29
typedef
struct
omSpecBin_s
omSpecBin_t;
30
typedef
omSpecBin_t*
omSpecBin
;
31
32
struct
omRetInfo_s
;
33
typedef
struct
omRetInfo_s
omRetInfo_t;
34
typedef
omRetInfo_t*
omRetInfo
;
35
36
#endif
/* OM_STRUCTS_H */
omBinPage_s
Definition:
omAllocPrivate.h:19
omSpecBin_s
Definition:
omAllocPrivate.h:48
omBinPageRegion_s
Definition:
omBinPage.c:23
omRetInfo_s
Definition:
omRet2Info.h:12
omBinPage
omBinPage_t * omBinPage
Definition:
omStructs.h:16
omRetInfo
omRetInfo_t * omRetInfo
Definition:
omStructs.h:34
omBin
omBin_t * omBin
Definition:
omStructs.h:12
omSpecBin
omSpecBin_t * omSpecBin
Definition:
omStructs.h:30
omBinPageRegion
omBinPageRegion_t * omBinPageRegion
Definition:
omStructs.h:20
omOpts_s
Definition:
omOpts.h:12
omBin_s
Definition:
omAllocPrivate.h:37
omInfo_s
Definition:
omStats.h:11
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular