public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Re: malloc problems
@ 2001-04-26 15:03 Bill Nottingham
  2001-04-26 16:41 ` Donny Cooper
  2001-04-26 18:44 ` David Mosberger
  0 siblings, 2 replies; 3+ messages in thread
From: Bill Nottingham @ 2001-04-26 15:03 UTC (permalink / raw)
  To: linux-ia64

Donny Cooper (dcooper@hstc.necsyl.com) said: 
> dynamic_area = (unsigned char *) malloc ( membytes );
> printf(" dyn_area = %x %lx, mem= %x \n",dynamic_area,dynamic_area,membytes);
> 
> Result from Tom: (1-way BigSur)
> dyn_area = 40000010 40000010, mem= 2000018

It looks like you forgot a prototype for malloc.

Bill


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-04-26 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-26 15:03 [Linux-ia64] Re: malloc problems Bill Nottingham
2001-04-26 16:41 ` Donny Cooper
2001-04-26 18:44 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox