Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h
Link against:

__KHEAP_MARKEND

__KHEAP_MARKEND User::__DbgMarkEnd(RHeap::EKernel,0)

Support

Supported from 5.0

Description

Marks the end of Kernel heap checking. The macro expects zero heap cells to remain allocated at the current nest level.

This macro is defined only for debug builds. Checking the Kernel heap is only useful when developing Kernel side code such as device drivers and media drivers.

This macro must match an earlier call to __KHEAP_MARK.

See also: