Searched refs:allocations_mutex_ (Results 1 – 2 of 2) sorted by relevance
17 base::LockGuard<base::Mutex> guard(&allocations_mutex_); in AddGarbageAllocations()22 base::LockGuard<base::Mutex> guard(&allocations_mutex_); in FreeAllocations()
44 base::Mutex allocations_mutex_; variable