Changeset 7c230ff in git
- Timestamp:
- Apr 7, 2011, 11:45:41 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- aed2cd2e9e5bdeae5a4f42cfd113e6bb33f9c317
- Parents:
- 0642d6281e00208246734c0636f467720e1df323
- Location:
- omalloc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omAllocSystem.c
r0642d6 r7c230ff 13 13 14 14 15 /* disable our malloc macros */16 #define OM_NO_MALLOC_MACROS17 15 #include <omalloc/omConfig.h> 18 16 #include <omalloc/omDefaultConfig.h> -
omalloc/omStats.c
r0642d6 r7c230ff 7 7 *******************************************************************/ 8 8 #include <unistd.h> 9 #define OM_NO_MALLOC_MACROS10 9 #include <omalloc/omConfig.h> 11 10 #include <omalloc/omDefaultConfig.h>
Note: See TracChangeset
for help on using the changeset viewer.