my_calloc
my_calloc((size_t)size, sizeof (hashb_t), NULL);
extern void *my_calloc(size_t, size_t, const char *);