RHeap::SCell Struct Reference

struct RHeap::SCell

The structure of a heap cell header for a heap cell on the free list.

Public Attributes
TInt len
SCell * next

Member Data Documentation

TInt len

TInt len

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

SCell * next

SCell * next

A pointer to the next cell in the free list.