MC60 OpenCPU memory profiling

We are using MC60 OpenCPU application, the problem is application starts crashing after running after few hours. How to do performance/memory profiling to check which part of the code is taking resource or leaking the memory.

Dear trabond

Please feedback the SDK version and module model details you use, thank you.

How much data are you interacting with right now?

@Grey.Tu-Q

We are using MC60 module with OPEN CPU SDK 1.8 and firmware version MC60CAR01A14.

We are allocating heap memory frequently for queuing messages, and we fear if memory is freed up once use is over. So we want to run memory profiling to check the application’s memory state. How can we achieve that?

Memory requisition and memory release apis should come in pairs,

Are you saying there is no API for memory release?