RHeap::SDebugCell Struct Reference

struct RHeap::SDebugCell

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

Member Data Documentation

TInt allocCount

TInt allocCount

The cumulative number of allocated cells

TInt len

TInt len

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

TInt nestingLevel

TInt nestingLevel

The nested level.