Home | History | Annotate | Download | only in src

Lines Matching refs:smallmap

1966     There is one bit map for small bins ("smallmap") and one for
2013 binmap_t smallmap;
2292 #define mark_smallmap(M,i) ((M)->smallmap |= idx2bit(i))
2293 #define clear_smallmap(M,i) ((M)->smallmap &= ~idx2bit(i))
2294 #define smallmap_is_marked(M,i) ((M)->smallmap & idx2bit(i))
2701 unsigned int empty = (m->smallmap & (1U << i)) == 0;
4093 smallbits = gm->smallmap >> idx;
4500 smallbits = ms->smallmap >> idx;