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

/haiku/src/system/kernel/vm/
H A Dvm.cpp263 addr_t committed; member in struct:cache_info
2200 // (If protections are changed later on, memory will be committed then.)
3445 info.committed += cache->committed_size;
3471 if (a->committed == b->committed)
3473 return a->committed < b->committed ? 1 : -1;
3490 if (cache->type == CACHE_TYPE_RAM || (level == 0 && info.committed > 0)) {
3491 kprintf(", committed: %" B_PRIdOFF, cache->committed_size);
3494 kprintf("/%lu", info.committed);
[all...]

Completed in 43 milliseconds