Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h
Link against:

__KHEAP_MARKENDC

__KHEAP_MARKENDC(aCount) User::__DbgMarkEnd(RHeap::EKernel,aCount)

Support

Supported from 5.0

Description

Marks the end of Kernel heap checking. The macro expects aCount 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 __KHEAP_MARK.

Parameters

aCount

The number of heap cells expected to remain allocated at the current nest level.

See also: