Can you give me the details on how memory is managed in the NDK? I'm getting allocation errors during runtime.
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.
Can you give me the details on how memory is managed in the NDK? I'm getting allocation errors during runtime.
How the NDK does memory management is spelled out in the NDK User Guide for newer versions (3.80 and higher).
For older versions, you can refer to the archived processors.wiki.ti.com pages:
Static Network Buffers: /cfs-file/__key/communityserver-discussions-components-files/791/NDK-Static-Network-Buffers-_2D00_-Texas-Instruments-Wiki.pdf
Static Internal Memory: /cfs-file/__key/communityserver-discussions-components-files/791/NDK-Static-Internal-Memory-Manager-_2D00_-Texas-Instruments-Wiki.pdf
Dynamic Internal Memory: /cfs-file/__key/communityserver-discussions-components-files/791/NDK-Dynamic-Memory-Manager-_2D00_-Texas-Instruments-Wiki.pdf