Home
last modified time | relevance | path

Searched refs:GetRecentAllocationSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dallocation_record.h242 size_t GetRecentAllocationSize() const REQUIRES_SHARED(Locks::alloc_tracker_lock_) { in GetRecentAllocationSize() function
/art/runtime/
Ddebugger.cc974 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize()); in GetRecentAllocations()