Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12663 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27203 invoked by uid 1010); 9 Sep 2004 09:51:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27139 invoked from network); 9 Sep 2004 09:51:07 -0000 Received: from unknown (HELO frontend1.messagingengine.com) (66.111.4.30) by pb1.pair.com with SMTP; 9 Sep 2004 09:51:07 -0000 Received: from web1.messagingengine.com (web1.internal [10.202.2.210]) by frontend1.messagingengine.com (Postfix) with ESMTP id 68480C153B2 for ; Thu, 9 Sep 2004 05:51:06 -0400 (EDT) Received: by web1.messagingengine.com (Postfix, from userid 99) id B01616CE; Thu, 9 Sep 2004 05:51:06 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.62; B3.01; Q3.01) Date: Thu, 09 Sep 2004 02:51:06 -0700 To: internals@lists.php.net X-Sasl-Enc: 6ZPuK6TT0mVz1nxKJhovJw 1094723466 Message-ID: <1094723466.25363.204005102@webmail.messagingengine.com> Subject: info needed regarding TSRM thread local storage From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, what this MBO_0 mean? I could see the MBO_0 ifdefs removed in 1.62 version of TSRM.c whether this change has got anything to do with memory leak fix. I could see 246888 bytes of leak for each thread. Even the simple script causes 60 bytes of leak. Where and when the thread local storage is freed?. With regards Kamesh Jayachandran