Searched refs:GetThreadLocalObjectsAllocated (Results 1 – 3 of 3) sorted by relevance
200 total += thread->GetThreadLocalObjectsAllocated(); in GetObjectsAllocated()207 objects_allocated_.fetch_add(thread->GetThreadLocalObjectsAllocated(), std::memory_order_relaxed); in RevokeThreadLocalBuffersLocked()
900 r->RecordThreadLocalAllocations(thread->GetThreadLocalObjectsAllocated(), in RevokeThreadLocalBuffersLocked()
1208 size_t GetThreadLocalObjectsAllocated() const { in GetThreadLocalObjectsAllocated() function