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