Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32def.h

__RHEAP_MARKEND

__RHEAP_MARKEND (aHeap)

Description

Marks the end of heap checking for the specific 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 __RHEAP_MARK.

Parameters

aHeap

A pointer to the specific RHeap.

See also: