RHeap::SDebugCell Struct Reference

#include <e32cmn.h>

struct RHeap::SDebugCell

Detailed Description

The structure of a heap cell header for an allocated heap cell in a debug build.

Member Attribute Documentation

allocCount

TInt allocCount

The cumulative number of allocated cells

len

TInt len

The length of the cell, which includes the length of this header.

nestingLevel

TInt nestingLevel

The nested level.