Searched refs:GetThreadLocalBytesAllocated (Results 1 – 4 of 4) sorted by relevance
182 total += thread->GetThreadLocalBytesAllocated(); in GetBytesAllocated()208 bytes_allocated_.fetch_add(thread->GetThreadLocalBytesAllocated(), std::memory_order_relaxed); in RevokeThreadLocalBuffersLocked()
865 DCHECK_LE(thread->GetThreadLocalBytesAllocated(), kRegionSize); in RevokeThreadLocalBuffersLocked()867 thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
506 bytes = thread_->GetThreadLocalBytesAllocated(); in BytesAllocated()
1160 size_t GetThreadLocalBytesAllocated() const { in GetThreadLocalBytesAllocated() function