Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h
Link against:

__RHEAP_MARK

__RHEAP_MARK(aHeap) (aHeap)->__DbgMarkStart()

Support

Supported from 5.0

Description

Marks the start of heap checking for the specific heap. This macro is defined only for debug builds.

This macro must be matched by a corresponding call to __RHEAP_MARKEND or __RHEAP_MARKENDC.

Calls to this macro can be nested but each call must be matched by corresponding call to __RHEAP_MARKEND or __RHEAP_MARKENDC.

Parameters

aHeap

A pointer to the specific RHeap.

See also: