Home
last modified time | relevance | path

Searched refs:allocations_mutex_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Darray-buffer-collector.cc17 base::LockGuard<base::Mutex> guard(&allocations_mutex_); in AddGarbageAllocations()
22 base::LockGuard<base::Mutex> guard(&allocations_mutex_); in FreeAllocations()
Darray-buffer-collector.h44 base::Mutex allocations_mutex_; variable