simonmar 2005/12/16 03:26:02 PST
Modified files:
ghc/rts RtsUtils.c
Log:
Use standard calloc rather than rolling our own.
As a small bonus, the standard libc version is more effecient about zeroing
the memory.
From: Duncan Coutts <duncan.coutts at worc.ox.ac.uk>
Revision Changes Path
1.47 +8 -5 fptools/ghc/rts/RtsUtils.c