Searched refs:GetThreadLocalBytesAllocated (Results 1 – 3 of 3) sorted by relevance
225 total += thread->GetThreadLocalBytesAllocated(); in GetBytesAllocated()251 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
372 DCHECK_EQ(thread->GetThreadLocalBytesAllocated(), kRegionSize); in RevokeThreadLocalBuffersLocked()374 thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
1021 size_t GetThreadLocalBytesAllocated() const { in GetThreadLocalBytesAllocated() function