Changeset 9446182 in git
- Timestamp:
- Aug 14, 2000, 2:37:00 PM (23 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- 4697a8a1ccbf49d0048033ea29c651e3966ba729
- Parents:
- e70e4551542eefac512b582fde60dfe4de359b39
- Location:
- omalloc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/dlmalloc.h
re70e45 r9446182 4 4 * This was obtained by taking cutting out the beginning of malloc.c 5 5 * 6 * Version: $Id: dlmalloc.h,v 1. 3 2000-08-14 12:26:36obachman Exp $6 * Version: $Id: dlmalloc.h,v 1.4 2000-08-14 12:36:59 obachman Exp $ 7 7 *******************************************************************/ 8 8 #ifndef DL_MALLOC_H … … 22 22 #define OM_MALLOC_VFREE(addr, size) OM_MALLOC_FREE(addr) 23 23 #define OM_MALLOC_SIZEOF_ADDR(addr) malloc_usable_size(addr) 24 #define cfree cFREe 24 25 25 26 /* Statistics */ -
omalloc/omConfig.h
re70e45 r9446182 6 6 * Author: obachman (Olaf Bachmann) 7 7 * Created: 11/99 8 * Version: $Id: omConfig.h,v 1. 1 2000-08-14 12:18:27obachman Exp $8 * Version: $Id: omConfig.h,v 1.2 2000-08-14 12:37:00 obachman Exp $ 9 9 *******************************************************************/ 10 10 #ifndef OM_CONFIG_H … … 17 17 by omDefaultConfig.h */ 18 18 #ifndef OM_HAVE_EXTERNAL_CONFIG_H 19 #define OM_HAVE_EXTERNAL_CONFIG_H 19 /* #undef OM_HAVE_EXTERNAL_CONFIG_H */ 20 20 #endif 21 21 /* define if you can inline */ -
omalloc/omConfig.h.in
re70e45 r9446182 5 5 * Author: obachman (Olaf Bachmann) 6 6 * Created: 11/99 7 * Version: $Id: omConfig.h.in,v 1. 4 2000-08-14 12:08:44obachman Exp $7 * Version: $Id: omConfig.h.in,v 1.5 2000-08-14 12:37:00 obachman Exp $ 8 8 *******************************************************************/ 9 9 #ifndef OM_CONFIG_H … … 16 16 by omDefaultConfig.h */ 17 17 #ifndef OM_HAVE_EXTERNAL_CONFIG_H 18 # defineOM_HAVE_EXTERNAL_CONFIG_H18 #undef OM_HAVE_EXTERNAL_CONFIG_H 19 19 #endif 20 20 /* define if you can inline */
Note: See TracChangeset
for help on using the changeset viewer.