Searched defs:goff (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dbitmap.h156 size_t goff; local
160 goff = bit >> LG_BITMAP_GROUP_NBITS;
161 g = bitmap[goff];
168 size_t goff; local
174 goff = bit >> LG_BITMAP_GROUP_NBITS;
175 gp = &bitmap[goff];
186 bit = goff;
187 goff = bit >> LG_BITMAP_GROUP_NBITS;
188 gp = &bitmap[binfo->levels[i].group_offset + goff];
235 size_t goff; local
[all...]

Completed in 60 milliseconds