Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Raw Memory Overview


Purpose

Performs simple manipulations of data in memory.

[Top]


Architectural relationships

This API is mostly used by other system APIs. Client applications generally use a higher-level API, such as descriptors.

[Top]


Description

The API supplies static functions to compare, copy, move, swap, and fill areas of memory, as defined by pointers and data length parameters.

The raw memory interface is provided by Mem.

[Top]


See also

Memory Management Overview