Changeset 25ea9a7 in git
- Timestamp:
- Jan 5, 2018, 3:33:44 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- ee4cf7dadd8372983174f152008c19e61d87d6d2
- Parents:
- e55bdc198d847f28f1f05d1824495eb802b1ad57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omMallocSystem.h
re55bdc r25ea9a7 20 20 #elif (defined(HAVE_MALLOC_USABLE_SIZE)) 21 21 /* and this will work under Linux */ 22 #include < malloc.h>22 #include <stdlib.h> 23 23 #define OM_MALLOC_SIZEOF_ADDR(addr) (malloc_usable_size(addr)) 24 24 #else
Note: See TracChangeset
for help on using the changeset viewer.