Talk:C dynamic memory allocation/Archive 2: Difference between revisions

Content deleted Content added
m Archiving 1 discussion(s) from Talk:C dynamic memory allocation) (bot
m Archiving 1 discussion(s) from Talk:C dynamic memory allocation) (bot
 
Line 84:
== reallocarray ==
We should probably have a mention of [[OpenBSD]]'s relatively recent <code>[[reallocarray]]</code>[http://www.openbsd.org/cgi-bin/man.cgi?query=reallocarray] interface here, too, but I'm not an expert on the history of and variations between the various C library versions, so I'm not the best person to add this to the article. -- [[User:The Anome|The Anome]] ([[User talk:The Anome|talk]]) 09:04, 21 October 2014 (UTC)
 
== segmentation fault ==
 
"usually causes a segmentation fault" sounds like a PDP-11 or UNIX term. It will be called other things on other machines and OSs. Like Memory Access Violation. In embedded systems, it may not cause a trap at all.
 
But expect a program crash.
[[User:Wmdgus73|Wmdgus73]] ([[User talk:Wmdgus73|talk]]) 19:55, 28 May 2015 (UTC)