Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 07:24, 28 December 2007.

Comparing memory management on S60 and Maemo Platforms

From Forum Nokia Wiki

Introduction

Althought the latest mobile devices have a huge amount of memory available compared to the earlier devices, it is still important to work with memory carefully. The mobile devices are typically always on. The devices are not regularly rebooted and even a small memory leak will eventually cause problems. Many of the applications run in a mobile device are not stopped when user starts a new application. The previous application still runs in the background.


Whether the application is created with C (the native language for the Maemo Platform) or C++ (the native language for the S60 Platform) the application needs to make sure that it frees all the memory and resources that it allocates.


Every time the application makes a memory or resource allocation it needs to be able to handle an out-of-memory situation.

Comparing S60 and Maemo Platforms

S60 Platform

CleanupStack

Memory Management

Two-phase construction

Maemo Platform

Maemo Coding Style and Programming Guidelines

Related Discussions
Thread Thread Starter Forum Replies Last Post
image scaling salamon Mobile Java General 2 1970-01-01 02:00
available memory for midlet on Nokia 6110 Navigator bastienauneau Mobile Java General 4 2008-01-30 14:53
CAknForm/CAknDialog and memory management ValentinK General Symbian C++ 0 2006-07-10 20:16
问个简单的问题,谁告诉我一下 zql1982 Symbian 2 2008-05-05 10:01
What's developing for S60 like these days? sbwoodside General Symbian C++ 9 2007-12-27 02:50
 
Powered by MediaWiki