This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

calloc returns address of zero, I did initialize

I am using an calloc routine and it is giving me an address of zero even though I have initialized the memory with
init_mempool (0x0600, 0x02FF);

Can you help? What is happening and what should I do about it?
Sean

0