Changeset 5c5c07 in git
- Timestamp:
- Aug 24, 2000, 3:51:23 PM (23 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 681957ed6007d8cb0b02e65bf0728f9dc084da80
- Parents:
- 2c99ae50ad6fd741bbbed9c1ed2c2fdf1733c4e1
- Location:
- omalloc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omAlloc.h
r2c99ae r5c5c07 4 4 * Author: obachman@mathematik.uni-kl.de (Olaf Bachmann) 5 5 * Created: 11/99 6 * Version: $Id: omAlloc.h,v 1. 6 2000-08-14 12:26:38obachman Exp $6 * Version: $Id: omAlloc.h,v 1.7 2000-08-24 13:51:23 obachman Exp $ 7 7 *******************************************************************/ 8 8 #ifndef OM_ALLOC_H … … 11 11 #include <stdlib.h> 12 12 #include <stdio.h> 13 #include <string.h>14 13 15 14 #ifdef __cplusplus -
omalloc/omAllocSystem.c
r2c99ae r5c5c07 4 4 * Author: obachman@mathematik.uni-kl.de (Olaf Bachmann) 5 5 * Created: 11/99 6 * Version: $Id: omAllocSystem.c,v 1. 4 2000-08-16 12:55:47obachman Exp $6 * Version: $Id: omAllocSystem.c,v 1.5 2000-08-24 13:51:23 obachman Exp $ 7 7 *******************************************************************/ 8 8 #ifndef OM_ALLOC_SYSTEM_C … … 11 11 #include <unistd.h> 12 12 #include <limits.h> 13 14 13 15 /* disable our malloc macros */ 14 16 #define OM_NO_MALLOC_MACROS … … 16 18 #include "omDefaultConfig.h" 17 19 #include "omMalloc.h" 20 21 /* include after omMalloc.h */ 22 #include <string.h> 18 23 19 24 #define OM_MALLOC_FROM_SYSTEM OM_MALLOC_MALLOC
Note: See TracChangeset
for help on using the changeset viewer.