Home
last modified time | relevance | path

Searched refs:kBitVectorGrowth (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DMisc.c258 (pBits->storageSize + kBitVectorGrowth) * sizeof(u4)); in dvmAllocBit()
260 kBitVectorGrowth * sizeof(u4)); in dvmAllocBit()
261 pBits->storageSize += kBitVectorGrowth; in dvmAllocBit()
DMisc.h183 #define kBitVectorGrowth 4 /* increase by 4 u4s when limit hit */ macro