This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS5 : fail to calloc() a large size memory?

Hi,

When I use calloc() to allocate a memory (size is 26 MB), it fails (return 0)

But if I allocate a smaller size, it seems successful.

How can I allocate a 26MB memory if my program needs it?

Thank you.