The Memory Management Library  0.2.1
Todo List
Global mem_calloc (size_t c, size_t n, const char *file, int line)
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. Overflow checking is necessary to mimic the behavior of calloc().
Global mem_calloc (size_t c, size_t n, const char *file, int line)
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. Overflow checking is necessary to mimic the behavior of calloc().
 All Data Structures Files Functions Variables Typedefs Defines