R
Robert Latest
On Tue, 23 May 2006 16:00:27 -0400,
I've thought about this, too; my personal explanation so far is that the
committee wanted to keep the memory handling interface small and clean.
I don't think there are any functions besides malloc(), calloc() and
realloc() that return dynamically allocated memory which IMO is a good
idea.
Maybe I'm wrong though. I'd appreciate comments.
robert
in Msg. said:Are you sure this was the reason? I can find nothing
about the matter in the Rationale; what did I overlook?
I've thought about this, too; my personal explanation so far is that the
committee wanted to keep the memory handling interface small and clean.
I don't think there are any functions besides malloc(), calloc() and
realloc() that return dynamically allocated memory which IMO is a good
idea.
Maybe I'm wrong though. I'd appreciate comments.
robert