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
相關文章
相關標籤/搜索