summaryrefslogtreecommitdiff
path: root/src/fallback_malloc.cpp
AgeCommit message (Expand)Author
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-04Fully Reformat fallback_malloc.cppEric Fiselier
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2012-01-24Got fooled by fallback_malloc.cpp source file: it is really a private header...Howard Hinnant
2012-01-23Added missing #includeHoward Hinnant
2011-07-25Updated commentsMarshall Clow
2011-07-20Added copyright headerMarshall Clow
2011-07-20Memory manangement routines for exception objectsMarshall Clow