Changeset 9cf75aa in git for omalloc/omMallocSystem.h
- Timestamp:
- Oct 25, 2013, 7:52:59 PM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 2e473ad2aa438779b08e80f3d2175b85bac1f9f0
- Parents:
- 32d8cb4d146c3b9e5d73001109ccb7837d4aae69
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-25 19:52:59+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-26 01:13:23+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omMallocSystem.h
r32d8cb r9cf75aa 14 14 #define OM_MALLOC_VALLOC valloc 15 15 #define OM_MALLOC_VFREE(addr, size) OM_MALLOC_FREE(addr) 16 /* the following will work under Mac OS X */ 17 #define OM_MALLOC_SIZEOF_ADDR(addr) (malloc_size(addr)) 16 18 17 19 #endif /* OM_MALLOC_SYSTEM_H */
Note: See TracChangeset
for help on using the changeset viewer.