Changeset 2745 for trunk/src/kmk/make.h
- Timestamp:
- Jan 3, 2015, 8:32:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/make.h
r2633 r2745 214 214 # ifdef __APPLE__ 215 215 # include <malloc/malloc.h> 216 # define SIZE_OF_HEAP_BLOCK(ptr) malloc_ good_size(ptr)216 # define SIZE_OF_HEAP_BLOCK(ptr) malloc_size(ptr) 217 217 218 218 # elif defined(__linux__) /* glibc */
Note:
See TracChangeset
for help on using the changeset viewer.