My Project
debian-1:4.1.1-p2+ds-4build2
omalloc
omAllocFunc.c
Go to the documentation of this file.
1
/*******************************************************************
2
* File: omAllocFunc.c
3
* Purpose: implementation of ANSI-C conforming malloc functions
4
* which are sure to be functions, which start with the om prefix,
5
* and end with the Func suffix.
6
* Author: obachman@mathematik.uni-kl.de (Olaf Bachmann)
7
* Created: 11/99
8
*******************************************************************/
9
10
#define malloc omMallocFunc
11
#define calloc omCallocFunc
12
#define free omFreeFunc
13
#define freeSize omFreeSizeFunc
14
#define realloc omReallocFunc
15
#define reallocSize omReallocSizeFunc
16
#define memalign omMemalignFunc
17
#define strdup omStrdupFunc
18
#define valloc omVallocFunc
19
20
#define OMALLOC_FUNC
21
#include <
omalloc/omalloc.c
>
omalloc.c
Generated on Tue Mar 24 2020 14:10:46 for My Project by
doxygen 1.8.17
for
Singular debian-1:4.1.1-p2+ds-4build2