Searched refs:kBitVectorGrowth (Results 1 – 2 of 2) sorted by relevance
258 (pBits->storageSize + kBitVectorGrowth) * sizeof(u4)); in dvmAllocBit()260 kBitVectorGrowth * sizeof(u4)); in dvmAllocBit()261 pBits->storageSize += kBitVectorGrowth; in dvmAllocBit()
183 #define kBitVectorGrowth 4 /* increase by 4 u4s when limit hit */ macro