Searched refs:GetThreadLocalBytesAllocated (Results 1 – 3 of 3) sorted by relevance
182 total += thread->GetThreadLocalBytesAllocated(); in GetBytesAllocated()208 bytes_allocated_.fetch_add(thread->GetThreadLocalBytesAllocated(), std::memory_order_relaxed); in RevokeThreadLocalBuffersLocked()
905 DCHECK_LE(thread->GetThreadLocalBytesAllocated(), kRegionSize); in RevokeThreadLocalBuffersLocked()
1199 size_t GetThreadLocalBytesAllocated() const { in GetThreadLocalBytesAllocated() function