My Project
UNKNOWN_GIT_VERSION
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 Sat Jul 11 2020 00:00:00 for My Project by
doxygen 1.8.18
for
Singular UNKNOWN_GIT_VERSION