Searched refs:commitmentChange (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/vm/
H A Dvm.cpp6895 ssize_t commitmentChange = 0; local
6907 commitmentChange += B_PAGE_SIZE;
6909 commitmentChange -= B_PAGE_SIZE;
6912 if (commitmentChange != 0) {
6913 const off_t newCommitment = topCache->committed_size + commitmentChange;

Completed in 71 milliseconds