Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h
Link against:

__UHEAP_MARKEND

__UHEAP_MARKEND User::__DbgMarkEnd(RHeap::EUser,0)

Support

Supported from 5.0

Description

Marks the end of checking the current thread's heap. The macro expects zero heap cells to remain allocated at the current nest level. This macro is defined only for debug builds.

This macro must match an earlier call to __UHEAP_MARK.

See also: