Searched refs:kBitVectorGrowth (Results 1 – 1 of 1) sorted by relevance
25 #define kBitVectorGrowth 4 /* increase by 4 u4s when limit hit */ macro92 (pBits->storageSize + kBitVectorGrowth) * sizeof(u4)); in dvmAllocBit()94 kBitVectorGrowth * sizeof(u4)); in dvmAllocBit()95 pBits->storageSize += kBitVectorGrowth; in dvmAllocBit()