diff options
| author | Marshall Clow <mclow@qualcomm.com> | 2011-07-20 18:41:23 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow@qualcomm.com> | 2011-07-20 18:41:23 +0000 |
| commit | e41bb4dd69b70ad43d569383bfe1faa10b7bd7d4 (patch) | |
| tree | af3d17cb41dad03cd17e6c88eda77e9de72a2d63 | |
| parent | a3fcb962eb371b2c6337adca0d8b02259e737b4d (diff) | |
| download | bcm5719-llvm-e41bb4dd69b70ad43d569383bfe1faa10b7bd7d4.tar.gz bcm5719-llvm-e41bb4dd69b70ad43d569383bfe1faa10b7bd7d4.zip | |
Added copyright header
llvm-svn: 135601
| -rw-r--r-- | libcxxabi/src/fallback_malloc.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libcxxabi/src/fallback_malloc.cpp b/libcxxabi/src/fallback_malloc.cpp index 45d52fec72f..667a62bb958 100644 --- a/libcxxabi/src/fallback_malloc.cpp +++ b/libcxxabi/src/fallback_malloc.cpp @@ -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. // |

