Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29010 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40716 invoked by uid 1010); 25 Apr 2007 07:01:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40700 invoked from network); 25 Apr 2007 07:01:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2007 07:01:49 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:59181] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/77-57524-ADCFE264 for ; Wed, 25 Apr 2007 03:01:49 -0400 Received: (qmail 4024 invoked from network); 25 Apr 2007 07:01:43 -0000 Received: from internal.zend.office (HELO thinkpad) (10.1.1.1) by internal.zend.office with SMTP; 25 Apr 2007 07:01:43 -0000 To: "'Brian Shire'" , "'PHP internals'" Date: Wed, 25 Apr 2007 11:01:34 +0400 Message-ID: <002b01c78707$8f770010$8502010a@thinkpad> 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.6626 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Importance: Normal Subject: RE: [PHP-DEV] zend_mm_set_heap() From: dmitry@zend.com ("Dmitry Stogov") References: You probably missed. This function can be used to substitute main PHP heap, so all emalloc() function will work with new one. Thanks. Dmitry. > -----Original Message----- > From: Brian Shire [mailto:shire@facebook.com] > Sent: Wednesday, April 25, 2007 1:22 AM > To: PHP internals > Subject: [PHP-DEV] zend_mm_set_heap() > > > > It seems like zend_mm_set_heap() isn't very useful outside > zend_alloc.c because the zend_mm_heap structure definition is within > the zend_alloc.c file rather than zend_alloc.h. Could we move the AG > () and associated structures to the header file, or perhaps I missed > something? > > - Shire > shire@facebook.com > shire@php.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >