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

/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1579 off_t existingSwapSize = 0; local
1582 existingSwapSize = existingSwapStat.st_size;
1584 off_t freeSpace = info.free_blocks * info.block_size + existingSwapSize;

Completed in 37 milliseconds