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