v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::PagedSpaceBase::ConcurrentAllocationMutex Class Reference
Collaboration diagram for v8::internal::PagedSpaceBase::ConcurrentAllocationMutex:

Public Member Functions

 ConcurrentAllocationMutex (const PagedSpaceBase *space)
 

Public Attributes

std::optional< base::MutexGuardguard_
 

Detailed Description

Definition at line 338 of file paged-spaces.h.

Constructor & Destructor Documentation

◆ ConcurrentAllocationMutex()

v8::internal::PagedSpaceBase::ConcurrentAllocationMutex::ConcurrentAllocationMutex ( const PagedSpaceBase * space)
inlineexplicit

Definition at line 340 of file paged-spaces.h.

Member Data Documentation

◆ guard_

std::optional<base::MutexGuard> v8::internal::PagedSpaceBase::ConcurrentAllocationMutex::guard_

Definition at line 346 of file paged-spaces.h.


The documentation for this class was generated from the following file: