![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <page-memory.h>
Public Member Functions | |
PageMemoryRegionTree () | |
~PageMemoryRegionTree () | |
void | Add (PageMemoryRegion *) |
void | Remove (PageMemoryRegion *) |
PageMemoryRegion * | Lookup (ConstAddress) const |
Private Attributes | |
std::map< ConstAddress, PageMemoryRegion * > | set_ |
Definition at line 80 of file page-memory.h.
|
default |
|
default |
void cppgc::internal::PageMemoryRegionTree::Add | ( | PageMemoryRegion * | region | ) |
|
inline |
void cppgc::internal::PageMemoryRegionTree::Remove | ( | PageMemoryRegion * | region | ) |
|
private |
Definition at line 91 of file page-memory.h.