[project @ 2005-12-16 11:26:01 by simonmar]
authorsimonmar <unknown>
Fri, 16 Dec 2005 11:26:01 +0000 (11:26 +0000)
committersimonmar <unknown>
Fri, 16 Dec 2005 11:26:01 +0000 (11:26 +0000)
commit28cb5a23923dec35e463a6296171cb6f30f3dc1e
tree0630c0f8f47241e607595610764aebb9a2a952e8
parent12694df2b002fe264d1e9e8209e0fbb6914ffe50
[project @ 2005-12-16 11:26:01 by simonmar]
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@worc.ox.ac.uk>
ghc/rts/RtsUtils.c