Panda3D
Classes | Functions
adaptiveLru.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "linkedListNode.h"
#include "namable.h"
#include "lightMutex.h"
#include "lightMutexHolder.h"
#include "adaptiveLru.I"

Go to the source code of this file.

Classes

class  AdaptiveLru
 A basic LRU-type algorithm, except that it is adaptive and attempts to avoid evicting pages that have been used more frequently (even if less recently) than other pages. More...
 
class  AdaptiveLruPage
 One atomic piece that may be managed by a AdaptiveLru chain. More...
 
class  AdaptiveLruPageDynamicList
 
class  AdaptiveLruPageStaticList
 

Functions

std::ostream & operator<< (std::ostream &out, const AdaptiveLru &lru)
 
std::ostream & operator<< (std::ostream &out, const AdaptiveLruPage &page)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2008-09-03

Definition in file adaptiveLru.h.