diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-BBC49BE2-5147-5988-93FD-9CECF90BB223.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-BBC49BE2-5147-5988-93FD-9CECF90BB223.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +Memory Management

The P.I.P.S. System Call Adaptation Layer (SCAL) known as Backend uses its own private heap for storing objects in memory.

By using a private heap,

The use of a private heap might not make P.I.P.S. very memory efficient but it makes it much more intuitive to the user and memory safe.

Limitations

During low memory conditions, your P.I.P.S. application may crash at launch with an STDLIBS-INIT panic. This indicates that the P.I.P.S. subsystem was unable to initialise its core components and cannot function. Hybrid applications may also encounter this panic, for the same reasons, when it invokes a P.I.P.S. API.

\ No newline at end of file