Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: Date: Tue, 07 Jun 2005 10:32:33 -0500 From: "Anh Vo" To: Subject: RE: Missing __msize Symbol / Function Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j57FWOlr020428 Thank you very much for your advice. I will explore malloc_usable_size as you suggested. AV >>> Stephan Mueller 06/04/05 10:44 PM >>> (seeing no response yet; taking a shot) I believe msize (or _msize) is non-standard. It's at least a Microsoft extension, but may be present in other compiler libraries. However, it sounds like it's not available in cygwin's C library (newlib). You may want to see if malloc_usable_size can be substituted (see man malloc for details). stephan(); -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/