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.

Using malloc

Hi

when we use malloc() for a big buffer , Does the big buffer allocate in ddr3 memory?

Regards

  • Hi dariush,

    When using TI-RTOS, malloc() re-direct its allocations to the default system heap. So if the default system heap is placed in ddr3, then the allocation would come from there. The size of the buffer has no influence on where the allocated memory comes from.

    Best regards,
    Vincent