Searched defs:block_hdr (Results 1 – 1 of 1) sorted by relevance
518 struct block_hdr struct523 bhdr_T *bh_next; // next block_hdr in free or used list argument524 bhdr_T *bh_prev; // previous block_hdr in used list argument525 char_u *bh_data; // pointer to memory (for used block)526 int bh_page_count; // number of pages in this block530 char bh_flags; // BH_DIRTY or BH_LOCKED