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

/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp53 fHasPrecommitted = false;
67 if (fHasPrecommitted)
71 fHasPrecommitted = true;
H A DVMAnonymousNoSwapCache.h49 bool fHasPrecommitted; member in class:VMAnonymousNoSwapCache
H A DVMAnonymousCache.h105 bool fHasPrecommitted; member in class:VMAnonymousCache
H A DVMAnonymousCache.cpp473 fHasPrecommitted = false;
727 if (fHasPrecommitted)
731 fHasPrecommitted = true;

Completed in 47 milliseconds