Simplify calloc implementation.
authorOndřej Bílka <neleai@seznam.cz>
Wed, 26 Feb 2014 12:13:09 +0000 (13:13 +0100)
committerOndřej Bílka <neleai@seznam.cz>
Wed, 26 Feb 2014 12:15:33 +0000 (13:15 +0100)
commit4248f0da6ff9e7dd63464cdecec2dec332dfc2f0
tree1f645ac4c027603f3535fd36a6cd38cb63375169
parentade40b10ff5fa59a318cf55b9d8414b758e8df78
Simplify calloc implementation.

To make future improvements of allocator simpler we could for now calloc
just call malloc and memset. With that we could omit a changes that
would duplicate malloc changes anyway.
ChangeLog
malloc/malloc.c