diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-02-26 23:22:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-26 23:22:30 +0000 |
commit | ca7c1a2998b2bece800791e0ee5cce600e2f647a (patch) | |
tree | bf96c040e0b720173dd3d840b315602cdd04f92a /handy.h | |
parent | 5d487c263b0c0c7fb6c50dee3540f1838c4ab067 (diff) | |
download | perl-ca7c1a2998b2bece800791e0ee5cce600e2f647a.tar.gz |
If the C library provides malloc_size(), we can use that in the same
places as Perl's malloced_size(), except that we need to be careful of
any PERL_TRACK_MEMPOOL manipulations in force. Wrap both as
Perl_safesysmalloc_size(), to give a consistent name and interface.
p4raw-id: //depot/perl@33379
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ typedef U64TYPE U64; #endif /* HMB H.Merijn Brand - a placeholder for preparing Configure patches */ -#if defined(HAS_MALLOC_SIZE) && defined(LOCALTIME_R_NEEDS_TZSET) && defined(HAS_PSEUDOFORK) && defined(USE_DTRACE) +#if defined(LOCALTIME_R_NEEDS_TZSET) && defined(HAS_PSEUDOFORK) && defined(USE_DTRACE) /* Not (yet) used at top level, but mention them for metaconfig */ #endif |