v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
bounded-page-allocator.h File Reference
Include dependency graph for bounded-page-allocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::base::BoundedPageAllocator
 

Namespaces

namespace  v8
 
namespace  v8::base
 

Enumerations

enum class  v8::base::PageInitializationMode { v8::base::kAllocatedPagesMustBeZeroInitialized , v8::base::kAllocatedPagesCanBeUninitialized , v8::base::kRecommitOnly }
 
enum class  v8::base::PageFreeingMode { v8::base::kMakeInaccessible , v8::base::kDiscard }