RE: Missing __msize Symbol / Function

2005-06-13 Thread Anh Vo
Hi Stephan; I worked as you suggested. Again, thanks very much for your help. << Thank you very much for your advice. I will explore malloc_usable_size as you suggested. AV >>> Stephan Mueller <[EMAIL PROTECTED]> 06/04/05 10:44 PM >>> You may want to see if malloc_usable_size can be substitu

RE: Missing __msize Symbol / Function

2005-06-07 Thread Anh Vo
Thank you very much for your advice. I will explore malloc_usable_size as you suggested. AV >>> Stephan Mueller <[EMAIL PROTECTED]> 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

RE: Missing __msize Symbol / Function

2005-06-04 Thread Stephan Mueller
(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 s