aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libc/memory.c
AgeCommit message (Expand)Author
2006-03-13Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng
2004-10-06Don't call memset if malloc returns a null pointerChris Lattner
2003-12-16Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman
2003-12-15Make all memory functions have weak linkage so that they can be overridden withMisha Brukman
2002-07-18Fixes to be LP64 correctChris Lattner
2002-03-08Checkin library infrastructure for building stuff to be linked withChris Lattner