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

/fuchsia/zircon/kernel/object/
H A Ddiagnostics.cpp414 size_t committed_pages = map->vmo()->AllocatedPagesInRange( variable
418 usage.private_pages += committed_pages;
420 usage.shared_pages += committed_pages;
422 committed_pages * PAGE_SIZE / share_count;
499 u->committed_pages = vmo->AllocatedPagesInRange(
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dobject.h192 size_t committed_pages; member in struct:zx_info_maps_mapping
/fuchsia/zircon/system/uapp/psutils/
H A Dvmaps.c145 u->committed_pages * PAGE_SIZE);

Completed in 86 milliseconds