RHeap::SCell Struct Reference

#include <e32cmn.h>

struct RHeap::SCell
Public Attributes
TInt len
SCell *next

Detailed Description

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

Member Attribute Documentation

len

TInt len

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

next

SCell *next

A pointer to the next cell in the free list.