Languages

Menu
Sites
Language
how to check available RAM Size?

Hello,

I want to check RAM status by using Native API.

What I want to know is how to check 

size occupied by other apps or OS / size available(can Load Apps on RAM.

Thanks in advance.

 

 

Edited by: BeomChan Park on 27 Apr, 2015

Responses

2 Replies
Jean Yang

Hi, 

I didn't find the API to check the RAM, but there is a tool which you can be used  in Native programming to check the memory status. In Tizen IDE help documents:


Tizen Mobile Native App Programming > Application Development Process > Running and Debugging Applications > Improving Application Performance

Valgrind Analysis of Native Applications

 

Alex Dem

Hi,
fyi: you could estimate any params as (CPU , memory) etc using Dynamic Analyzer tool (from Tizen sdk) after you launch any app, on chart : Memory->Total memory size/System memory size/ Process memory szie (for example).
Alexey.