Searched refs:granularity (Results 1 – 1 of 1) sorted by relevance
98 int granularity; //Amount bytesAllocated multiplies by when auto-resizing in appendBit(). member107 granularity = 2; in internalInit()169 if (++currBytePos == bytesAllocated) allocate(bytesAllocated * granularity * 8); in appendBit()191 granularity = (growthGranularity >= 2) ? growthGranularity : 2; in setGranularity()