Searched refs:maxmaps (Results 1 – 2 of 2) sorted by relevance
59 This->maxmaps = 1; in NineBuffer9_ctor()283 if (This->nmaps == This->maxmaps) { in NineBuffer9_Lock()285 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps, in NineBuffer9_Lock()286 sizeof(struct NineTransfer)*(This->maxmaps << 1)); in NineBuffer9_Lock()290 This->maxmaps <<= 1; in NineBuffer9_Lock()
52 int nmaps, maxmaps; member