Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2845 invoked by uid 1010); 24 Apr 2007 21:22:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2830 invoked from network); 24 Apr 2007 21:22:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2007 21:22:52 -0000 Authentication-Results: pb1.pair.com header.from=shire@facebook.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=shire@facebook.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain facebook.com designates 204.15.20.10 as permitted sender) X-PHP-List-Original-Sender: shire@facebook.com X-Host-Fingerprint: 204.15.20.10 aggr1.fw.sctm.tfbnw.net Windows 2000 SP4, XP SP1 Received: from [204.15.20.10] ([204.15.20.10:55533] helo=kitt.TheFacebook.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/95-60955-7257E264 for ; Tue, 24 Apr 2007 17:22:50 -0400 Received: from [127.0.0.1] ([10.1.180.45]) by kitt.TheFacebook.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Tue, 24 Apr 2007 14:22:44 -0700 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: PHP internals Date: Tue, 24 Apr 2007 14:22:19 -0700 X-Mailer: Apple Mail (2.752.3) X-OriginalArrivalTime: 24 Apr 2007 21:22:44.0118 (UTC) FILETIME=[B28E2B60:01C786B6] Subject: zend_mm_set_heap() From: shire@facebook.com (Brian Shire) 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