Searched refs:AllocatedPages (Results 1 – 10 of 10) sorted by relevance
86 size_t VmAddressRegionOrMapping::AllocatedPages() const { in AllocatedPages() function in VmAddressRegionOrMapping
362 PAGE_SIZE * vmo->AllocatedPages(), in vmo_commit_test()491 PAGE_SIZE * vmo->AllocatedPages(), in vmo_odd_size_commit_test()932 EXPECT_EQ(static_cast<size_t>(1), vmo->AllocatedPages(), in vmo_lookup_test()956 EXPECT_EQ(alloc_size, PAGE_SIZE * vmo->AllocatedPages(), "committing vm object\n"); in vmo_lookup_test()
607 size_t VmAspace::AllocatedPages() const { in AllocatedPages() function in VmAspace
121 size_t AllocatedPages() const;
111 virtual size_t AllocatedPages() const;393 size_t AllocatedPages() const override { in AllocatedPages() function
67 size_t AllocatedPages() const { in AllocatedPages() function
112 entry.committed_bytes = vmo->AllocatedPages() * PAGE_SIZE; in VmoToInfoEntry()
252 vmo.AllocatedPages() * PAGE_SIZE, format_unit); in DumpVmObject()375 total_alloc += vmo->AllocatedPages() * PAGE_SIZE; in DumpProcessVmObjects()
773 return aspace_->AllocatedPages(); in PageCount()
224 name_, slot_size_, mapping_->AllocatedPages()); in Dump()
Completed in 24 milliseconds