Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::PageAllocator::AllocationHint Class Referencefinal

#include <v8-platform.h>

Public Member Functions

 AllocationHint ()=default
 
constexpr AllocationHint WithAddress (void *address) const
 
constexpr AllocationHint WithMayGrow () const
 
bool MayGrow () const
 
void * Address () const
 

Detailed Description

Optional hints for AllocatePages().

Constructor & Destructor Documentation

◆ AllocationHint()

v8::PageAllocator::AllocationHint::AllocationHint ( )
default
Here is the caller graph for this function:

Member Function Documentation

◆ Address()

void * v8::PageAllocator::AllocationHint::Address ( ) const
inline
Here is the caller graph for this function:

◆ MayGrow()

bool v8::PageAllocator::AllocationHint::MayGrow ( ) const
inline

◆ WithAddress()

constexpr AllocationHint v8::PageAllocator::AllocationHint::WithAddress ( void *  address) const
inlineconstexpr
Here is the call graph for this function:

◆ WithMayGrow()

constexpr AllocationHint v8::PageAllocator::AllocationHint::WithMayGrow ( ) const
inlineconstexpr
Here is the call graph for this function:

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