Searched refs:totalVmas (Results 1 – 1 of 1) sorted by relevance
100 size_t totalVmas; member122 if (CC_UNLIKELY(batch.totalVmas == 0)) { in consumeBytes()138 --batch.totalVmas; in consumeBytes()222 batch.totalVmas = indexInBatch; in createNextBatch()224 if (batch.totalVmas == 0 || batch.totalBytes == 0) { in createNextBatch()239 if (batch.totalVmas == 0 || batch.totalBytes == 0) { in madviseVmasFromBatch()245 ATRACE_BEGIN(StringPrintf("Madvise %d: %zu VMAs.", madviseType, batch.totalVmas).c_str()); in madviseVmasFromBatch()247 process_madvise(pidfd, batch.vmas, batch.totalVmas, madviseType, 0); in madviseVmasFromBatch()285 int totalVmas) { in compactMemory() argument286 if (totalVmas == 0) { in compactMemory()[all …]