From mboxrd@z Thu Jan 1 00:00:00 1970 From: kaushal Subject: malloc details Date: Wed, 10 Nov 2004 14:29:17 +0530 Message-ID: <1100077157.1924.4.camel@Kaushal> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming hi, Im writing a malloc code wherein I want to make sure that malloc has succeeded ,in fact I want to know the details of the mem. regions allocated. thanks in advance. bye