From 7bab3ede7bf671f54f0d8f3d55d015d9c9882812 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Mon, 23 Sep 2002 20:33:12 +0200 Subject: LEAKTEST is dead, RIP Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST From: "H.Merijn Brand" Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17920 --- proto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 5923ba06c2..cf5efbdee0 100644 --- a/proto.h +++ b/proto.h @@ -894,12 +894,6 @@ PERL_CALLCONV Malloc_t Perl_safesysmalloc(MEM_SIZE nbytes); PERL_CALLCONV Malloc_t Perl_safesyscalloc(MEM_SIZE elements, MEM_SIZE size); PERL_CALLCONV Malloc_t Perl_safesysrealloc(Malloc_t where, MEM_SIZE nbytes); PERL_CALLCONV Free_t Perl_safesysfree(Malloc_t where); -#if defined(LEAKTEST) -PERL_CALLCONV Malloc_t Perl_safexmalloc(I32 x, MEM_SIZE size); -PERL_CALLCONV Malloc_t Perl_safexcalloc(I32 x, MEM_SIZE elements, MEM_SIZE size); -PERL_CALLCONV Malloc_t Perl_safexrealloc(Malloc_t where, MEM_SIZE size); -PERL_CALLCONV void Perl_safexfree(Malloc_t where); -#endif #if defined(PERL_GLOBAL_STRUCT) PERL_CALLCONV struct perl_vars * Perl_GetVars(pTHX); #endif @@ -1343,9 +1337,6 @@ STATIC char* S_stdize_locale(pTHX_ char* locs); #if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT) STATIC COP* S_closest_cop(pTHX_ COP *cop, OP *o); STATIC SV* S_mess_alloc(pTHX); -# if defined(LEAKTEST) -STATIC void S_xstat(pTHX_ int); -# endif #endif START_EXTERN_C -- cgit v1.2.1