Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h
Link against:

__UHEAP_MARK

__UHEAP_MARK User::__DbgMarkStart(RHeap::EUser)

Support

Supported from 5.0

Description

Marks the start of checking the current thread's heap. This macro is defined only for debug builds.

This macro must be matched by a corresponding call to __UHEAP_MARKEND or __UHEAP_MARKENDC.

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

See also: