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


Thank you very much for your advice. I will explore malloc_usable_size as you suggested.

AV

>>> Stephan Mueller <smueller@exchange.microsoft.com> 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/


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