Searched refs:resident_set_bytes (Results 1 – 2 of 2) sorted by relevance
38 pmd_before->process_totals()->resident_set_bytes(); in TEST()39 const uint64_t rss_after = pmd_after->process_totals()->resident_set_bytes(); in TEST()
32 uint64_t resident_set_bytes() const { return resident_set_bytes_; } in resident_set_bytes() function