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