Changeset ee4cf7 in git
- Timestamp:
- Jan 5, 2018, 3:37:33 PM (5 years ago)
- Branches:
- (u'spielwiese', 'd1ec153efbb92b07a03c829a7f893fe854f169d2')
- Children:
- efe21788c214c58329ba5eeb8b78923df01859da
- Parents:
- 25ea9a7c2c1ac7855e46c5f4b2d4e82c1c271f0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omAllocSystem.c
r25ea9a7 ree4cf7 33 33 #define _omSizeOfLargeAddr(addr) (malloc_size(addr)) 34 34 #elif defined(HAVE_MALLOC_USABLE_SIZE) 35 #include < malloc.h>35 #include <stdlib.h> 36 36 #define _omSizeOfLargeAddr(addr) (malloc_usable_size(addr)) 37 37 #else
Note: See TracChangeset
for help on using the changeset viewer.