These two functions mimick the standard library calloc(num, size) function by allocating num*size continuous memory and clearing the memory after the allocation.
These two functions mimick the standard library calloc(num, size) function by allocating num*size continuous memory and clearing the memory after the allocation.