構造体定義書 仕様書作成ツール【A HotDocument】

MPOOL

構文構文

typedef struct MPOOL

ファイル名ファイル名

mpool.h

構造体情報構造体情報

No. 名称 属性説明
1
MPOOL   
  free BKTHDR The free list.
  lru BKTHDR The LRU list.
  hashtable[HASHSIZE] BKTHDR Hashed list by page number.
  curcache pgno_t Current number of cached pages.
  maxcache pgno_t Max number of cached pages.
  npages pgno_t Number of pages in the file.
  pagesize u_long File page size.
  fd int File descriptor.
  pgcookie void * Cookie for page in/out routines.
  cachehit unsigned long  
  cachemiss unsigned long  
  pagealloc unsigned long  
  pageflush unsigned long  
  pageget unsigned long  
  pagenew unsigned long  
  pageput unsigned long  
  pageread unsigned long  
  pagewrite unsigned long  

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー