Searched refs:precommitted (Results 1 - 2 of 2) sorted by path

/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp72 uint32 precommitted = fPrecommittedPages * B_PAGE_SIZE; local
73 if (size > precommitted)
74 size = precommitted;
H A DVMAnonymousCache.cpp732 uint32 precommitted = fPrecommittedPages * B_PAGE_SIZE; local
733 if (size > precommitted)
734 size = precommitted;

Completed in 63 milliseconds