mirror of
https://github.com/openharmony/ark_runtime_core.git
synced 2026-07-21 00:26:37 -04:00
upload runtime_core
Signed-off-by: y00576111 <yaojian16@huawei.com> Change-Id: I2509006818624fd3960ef645165fdb1f317d3d5e
This commit is contained in:
+2
-2
@@ -251,8 +251,8 @@ bool Runtime::Create(const RuntimeOptions &options, const std::vector<LanguageCo
|
||||
|
||||
trace::ScopedTrace scoped_trace("Runtime::Create");
|
||||
|
||||
panda::mem::MemConfig::Initialize(options.GetObjectPoolSize(), options.GetInternalPoolSize(),
|
||||
options.GetCompilerPoolSize(), options.GetCodePoolSize());
|
||||
panda::mem::MemConfig::Initialize(options.GetHeapSizeLimit(), options.GetInternalMemorySizeLimit(),
|
||||
options.GetCompilerMemorySizeLimit(), options.GetCodeCacheSizeLimit());
|
||||
PoolManager::Initialize();
|
||||
|
||||
mem::InternalAllocatorPtr internal_allocator =
|
||||
|
||||
Reference in New Issue
Block a user