Todo List

Global mem_calloc
Improvements are possible and planned:
  • the C standard requires calloc() return a null pointer if it can allocates no 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:41 2011 for The Memory Management Library by  doxygen 1.5.8