Changeset da4b32 in git for xalloc/omalloc.h
- Timestamp:
- Sep 12, 2016, 5:31:21 PM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 98123a6d20c823df0a5dc471793cf7e98e0d5fc8
- Parents:
- 58543e3f682941d3b62b869286d766749a9a385b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xalloc/omalloc.h
r58543e3 rda4b32 5 5 ****************************************/ 6 6 /* 7 * ABSTRACT 7 * ABSTRACT: omalloc simulation 8 8 */ 9 /* debug routines of omalloc are not implemented, but as dummies provided: */ 10 #define OM_NDEBUG 1 11 9 12 #include <stdlib.h> 10 13 #include <string.h>
Note: See TracChangeset
for help on using the changeset viewer.