v8的堆内存初始化

在V8::Initialize里对堆进行了初始化web // Setup the object heap ASSERT(!Heap::HasBeenSetup()); if (!Heap::Setup(create_heap_objects)) { has_been_setup_ = false; return false; } 下面来看Setup函数app bool
相关文章
相关标签/搜索