Fennel: TwoQVictim Class Reference (original) (raw)
Enumeration of possible state values for a page when used with TwoQVictimPolicy.
Enumerator:
| PAGE_STATE_POPULAR_PINNED | Page is in the popular-pinned queue. |
|---|---|
| PAGE_STATE_POPULAR_UNPINNED | Page is in the popular-unpinned queue. |
| PAGE_STATE_FRESHMAN | Page is in the freshmen queue. |
| PAGE_STATE_FREE | Page is not currently in the cache. |
Definition at line 294 of file TwoQVictimPolicy.h.
00294 { 00298 PAGE_STATE_POPULAR_PINNED, 00302 PAGE_STATE_POPULAR_UNPINNED, 00306 PAGE_STATE_FRESHMAN, 00310 PAGE_STATE_FREE 00311 };