Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h
Link against:

__KHEAP_MARK

__KHEAP_MARK User::__DbgMarkStart(RHeap::EKernel)

Support

Supported from 5.0

Description

Marks the start of Kernel heap checking. Checking the Kernel heap is only useful when developing Kernel side code such as device drivers and media drivers.

This macro is defined only for debug builds.

This macro must be matched by a corresponding call to __KHEAP_MARKEND or __KHEAP_MARKENDC. Calls to this macro can be nested but each call must be matched by corresponding call to __KHEAP_MARKEND or __KHEAP_MARKENDC.

See also: