From dev-return-5626-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Jan 29 20:18:57 2002 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 99627 invoked by uid 500); 29 Jan 2002 20:18:57 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Delivered-To: moderator for dev@apr.apache.org Received: (qmail 72354 invoked from network); 29 Jan 2002 19:54:47 -0000 From: "Bill Tutt" To: "'Greg Stein'" , Subject: RE: cvs commit: apr/misc/win32 apr_app.c Date: Tue, 29 Jan 2002 11:55:08 -0800 Message-ID: <58C671173DB6174A93E9ED88DCB0883D04760A09@red-msg-07.redmond.corp.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal In-Reply-To: <20020129114340.M13142@lyra.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 29 Jan 2002 19:54:50.0288 (UTC) FILETIME=[CFB35300:01C1A8FE] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Greg Stein [mailto:gstein@lyra.org] > > On Tue, Jan 29, 2002 at 06:27:19AM -0000, wrowe@apache.org wrote: > >... > > newarr = malloc(arg * sizeof(char *)); > > Since this is Win32 specific code, is there a benefit to using Win32 > allocation routines? > Nope. The rest of apr_app.c is already pretty MSVC CRT debug heap specific anyway. Bill