Searched refs:GetThreadLocalObjectsAllocated (Results 1 – 4 of 4) sorted by relevance
195 total += thread->GetThreadLocalObjectsAllocated(); in GetObjectsAllocated()202 objects_allocated_.fetch_add(thread->GetThreadLocalObjectsAllocated(), std::memory_order_relaxed); in RevokeThreadLocalBuffersLocked()
904 r->RecordThreadLocalAllocations(thread->GetThreadLocalObjectsAllocated(), in RevokeThreadLocalBuffersLocked()
1327 size_t GetThreadLocalObjectsAllocated() const { in GetThreadLocalObjectsAllocated() function
491 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); in Run()