This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Missing __msize Symbol / Function


(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();


-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf
Of Anh Vo
Sent: Friday, June 03, 2005 1:01 PM
To: cygwin@cygwin.com
Subject: Missing __msize Symbol / Function

I would like to use __msize function. But, the linker always fails due
to missing symbol __msize. What header file should be included to
resolve this  missing symbol? Any help will be greatly appreciated.

AV


--
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/


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]