Searched defs:AllocatedBytesAtLastGC (Results 1 – 2 of 2) sorted by relevance
183 size_t AllocatedBytesAtLastGC() const { return allocated_bytes_at_last_gc_; } in AllocatedBytesAtLastGC() function245 size_t AllocatedBytesAtLastGC() const { return ObjectSize(); } in AllocatedBytesAtLastGC() function
81 size_t BasePage::AllocatedBytesAtLastGC() const { in AllocatedBytesAtLastGC() function in cppgc::internal::BasePage