Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: s32page.h
Link against: estor.lib

Enum TPageReclamation

TPageReclamation

Support

Supported from 5.0

Description

Flags that define how allocated pages can be reclaimed.

A BTree can locate some pages even when the tree is broken, but not all. The ones it cannot track must be tracked by the page pool in order to reclaim the storage if the tree breaks.

EPageDeleteOnly

The page can be deleted, but its space not reclaimed.The page pool will not track these pages, so to retrieve the space the page must be deleted explicitly.

EPageReclaimable

Page can be reclaimed.The page pool will track these pages, and will be able to reclaim the pages when, for example, RStorePagePool::ReclaimL() is called.