Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


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.

[Top]


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.