[PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 15 15:49:24 PDT 2016


EricWF added a comment.

By including `fallback_malloc.ipp` in a new C++ file we now have 2 different OOM emergancy buffers. I think it would be preferable to use only one. This would require a fairly large restructuring of `fallback_malloc.ipp` though.


http://reviews.llvm.org/D17815





More information about the cfe-commits mailing list