Searched refs:totalVmasToKernel (Results 1 – 1 of 1) sorted by relevance
88 int totalVmasToKernel = std::min(UIO_MAXIOV, (int)(vmas.size() - iBase)); in compactMemory() local89 for (int iVec = 0, iVma = iBase; iVec < totalVmasToKernel; ++iVec, ++iVma) { in compactMemory()95 process_madvise(pidfd, vmasToKernel, totalVmasToKernel, madviseType, 0); in compactMemory()