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
 
(2 intermediate revisions by the same user not shown)
Line 77:
==Move discussion in progress==
There is a move discussion in progress which affects this page. Please participate at [[Talk:C standard library#Move request through WP:RM|Talk:C standard library - Requested move]] and not in this talk page section. Thank you. <!-- Talk:C standard library crosspost --> —[[User:RM bot|RM bot]] 09:40, 8 November 2011 (UTC)
 
== Can we take the "not casting is important because you might have not included stdlib.h" argument... ==
 
out behind the woodshed and shoot it please? Every time I see it (not just on Wikipedia) I want to slap someone. - [[User:Richfife|Richfife]] ([[User talk:Richfife|talk]]) 08:02, 30 January 2013 (UTC)
 
== 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)