- Global arena_calloc
- Some improvements are possible and planned:
- the C standard requires calloc() return a null pointer if it cannot allocates storage of the size
c
* n
in bytes, which allows no overflow in computing the multiplication. So overflow checking is necessary to mimic the behavior of calloc().
Generated on Mon Jan 24 01:12:32 2011 for The Arena Library by
1.5.8