summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/cbits/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor `stgReallocForGMP` to use `memcpy`Herbert Valerio Riedel2014-01-031-13/+5
* zap obsolete FIXME, fix typosGabor Greif2012-12-141-5/+3
* update to track changes to CCCS in the RTSSimon Marlow2011-11-291-2/+4
* Follow SET_ARR_HDR changeIan Lynagh2010-06-191-1/+1
* Replace an (incorrect) bytes-to-words calculation with ROUNDUP_BYTES_TO_WDSIan Lynagh2010-06-191-1/+1
* allocateLocal was renamed to allocateSimon Marlow2009-12-021-1/+1
* Patch GMP to always use the GHC allocation functionsIan Lynagh2009-06-211-6/+6
* Implement the gmp primops in the integer-gmp package using cmmDuncan Coutts2009-06-131-0/+105