Changeset 9cf75aa in git for omalloc/omMallocSystem.h


Ignore:
Timestamp:
Oct 25, 2013, 7:52:59 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
Fix omalloc/config (+ malloc_size / OSX)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omMallocSystem.h

    r32d8cb r9cf75aa  
    1414#define OM_MALLOC_VALLOC   valloc
    1515#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))
    1618
    1719#endif /* OM_MALLOC_SYSTEM_H */
Note: See TracChangeset for help on using the changeset viewer.