----- Original Message ----- From: "Sam Tregar" <[EMAIL PROTECTED]> To: "Sisyphus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 3:16 PM Subject: Re: sizeof dynamically allocated array
> On Wed, 17 Jul 2002, Sisyphus wrote: > > > The function '_msize' (malloc.h) enables one to get the size of an array > > that has been created with 'malloc' and altered with 'realloc'. > > That must be OS specific. My Linux malloc.h doesn't have that function: > Aaah, yes .... so it is. Now that I look more closely at the msdn page where I found it I see it's Win95/NT compatible, but not ANSI compliant. Cheers, Rob
