Author: marshall
Date: Wed Jul 20 13:41:23 2011
New Revision: 135601
URL: http://llvm.org/viewvc/llvm-project?rev=135601&view=rev
Log:
Added copyright header
Modified:
libcxxabi/trunk/src/fallback_malloc.cpp
Modified: libcxxabi/trunk/src/fallback_malloc.cpp
URL:
http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/fallback_malloc.cpp?rev=135601&r1=135600&r2=135601&view=diff
==============================================================================
--- libcxxabi/trunk/src/fallback_malloc.cpp (original)
+++ libcxxabi/trunk/src/fallback_malloc.cpp Wed Jul 20 13:41:23 2011
@@ -1,3 +1,17 @@
+//===------------------------ fallback_malloc.cpp
-------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//
+// This file implements the a small heap for allocation of exception
+// in the situation where malloc fails.
+// http://www.codesourcery.com/public/cxx-abi/abi-eh.html (section 2.4.2)
+//
+//===----------------------------------------------------------------------===//
+
// A small, simple heap manager based (loosely) on the startup heap
// based on the startup heap manager from FreeBSD.
//
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits