"new" word
From: fabio de francesco (fmdf_at_tiscali.it)
Date: 03/16/05
- Next message: Vinzent 'Gadget' Hoefler: "Re: "new" word"
- Previous message: Martin Krischik: "Re: Teaching new tricks to an old dog (C++ -->Ada)"
- Next in thread: Vinzent 'Gadget' Hoefler: "Re: "new" word"
- Reply: Vinzent 'Gadget' Hoefler: "Re: "new" word"
- Reply: Adrien Plisson: "Re: "new" word"
- Reply: Larry Kilgallen: "Re: "new" word"
- Reply: Robert A Duff: "Re: "new" word"
- Reply: Randy Brukardt: "Re: "new" word"
- Reply: Wes Groleau: "Re: "new" word"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Mar 2005 01:56:20 -0800
Ciao,
While reading "the big online book of Linux Ada programming", by Ken O.
Burtch, I stopped at the following assertion
(http://www.pegasoft.ca/resources/boblap/13.html):
"Usually you allocate memory with the Ada new statement. Where does new
get its memory? It uses the standard C library's malloc function."
Does really Ada use Libc to implement "new"? Is it true?
It seems absurd to me. I don't understand why Ada should depend on a C
standard library.
Regards,
fabio de francesco
- Next message: Vinzent 'Gadget' Hoefler: "Re: "new" word"
- Previous message: Martin Krischik: "Re: Teaching new tricks to an old dog (C++ -->Ada)"
- Next in thread: Vinzent 'Gadget' Hoefler: "Re: "new" word"
- Reply: Vinzent 'Gadget' Hoefler: "Re: "new" word"
- Reply: Adrien Plisson: "Re: "new" word"
- Reply: Larry Kilgallen: "Re: "new" word"
- Reply: Robert A Duff: "Re: "new" word"
- Reply: Randy Brukardt: "Re: "new" word"
- Reply: Wes Groleau: "Re: "new" word"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|