Changeset e12d106 in git
- Timestamp:
- Nov 26, 2012, 2:11:39 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 30664c5b3e3d2f68b6afbb78f3f1798066c4f5b2
- Parents:
- b4c464c339773bb8009db6040454304617b51890
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omAllocEmulate.c
rb4c464c re12d106 9 9 10 10 #include <omalloc/omMalloc.h> 11 12 #ifdef OM_EMULATE_OMALLOC 11 13 12 14 void* omEmulateAlloc0(size_t size) … … 39 41 return addr; 40 42 } 43 #endif
Note: See TracChangeset
for help on using the changeset viewer.