Searched refs:GetThreadLocalBytesAllocated (Results 1 – 4 of 4) sorted by relevance
173 total += thread->GetThreadLocalBytesAllocated(); in GetBytesAllocated()199 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
524 DCHECK_LE(thread->GetThreadLocalBytesAllocated(), kRegionSize); in RevokeThreadLocalBuffersLocked()526 thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
356 bytes = thread_->GetThreadLocalBytesAllocated(); in BytesAllocated()
1175 size_t GetThreadLocalBytesAllocated() const { in GetThreadLocalBytesAllocated() function