/home/gian/Progetti/falcon/core/include/falcon/itempage.h File Reference

Definition of the page that holds items. More...

#include <falcon/setup.h>
#include <falcon/basealloc.h>
#include <falcon/item.h>

Include dependency graph for itempage.h:

Go to the source code of this file.


Classes

class  Falcon::ItemPage
 Item page. More...

Namespaces

namespace  Falcon
 CONST.

Defines

#define FREE_PAGE_SPACE   (PAGE_SIZE - sizeof( ItemPage *) - sizeof( ItemPage *) )
#define PAGE_ITEM_COUNT   (FREE_PAGE_SPACE/sizeof( Item ) )
#define PAGE_SIZE   4096


Detailed Description

Definition of the page that holds items.


Define Documentation

#define FREE_PAGE_SPACE   (PAGE_SIZE - sizeof( ItemPage *) - sizeof( ItemPage *) )

#define PAGE_ITEM_COUNT   (FREE_PAGE_SPACE/sizeof( Item ) )

#define PAGE_SIZE   4096


Generated on Mon Oct 19 10:11:14 2009 for Falcon_Core by  doxygen 1.5.8