Home
last modified time | relevance | path

Searched defs:resident_bytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/swap/src/
H A Dcontroller.rs85 let mut resident_bytes = 0u64; in count_resident_pages() localVariable
96 let resident_bytes = match resident_bytes.try_into() { in count_resident_pages() localVariable
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_stats.h115 uint32_t resident_bytes; // Total bytes provisioned in the bucket. member