Changeset 2745 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Jan 3, 2015, 8:32:00 PM (11 years ago)
Author:
bird
Message:

Some heap stats stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/make.h

    r2633 r2745  
    214214# ifdef __APPLE__
    215215#  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)
    217217
    218218# elif defined(__linux__) /* glibc */
Note: See TracChangeset for help on using the changeset viewer.