summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/fallback_malloc.ipp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin2016-10-071-188/+0
* Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin2016-09-291-0/+188
* [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin2016-09-291-188/+0
* [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake2016-09-211-8/+8
* fallback_malloc: silence conversion warning (NFC)Saleem Abdulrasool2015-06-031-4/+4
* fallback_malloc: silence qual-cast warning (NFC)Saleem Abdulrasool2015-06-031-1/+1
* s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs2014-09-051-3/+3
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-061-0/+14
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
* Enable/silence -Wconversion.Howard Hinnant2012-03-081-2/+2
* Enable/silence -Wsign-conversion.Howard Hinnant2012-03-081-1/+1
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-301-8/+8
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-8/+8
* Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant2012-01-241-0/+174
OpenPOWER on IntegriCloud