Home
last modified time | relevance | path

Searched defs:internal_allocator (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dmemory_manager.cpp27 static HeapManager *CreateHeapManager(InternalAllocatorPtr internal_allocator, in CreateHeapManager()
49 …Manager *MemoryManager::Create(const LanguageContext &ctx, InternalAllocatorPtr internal_allocator, in Create()
Dmemory_manager.h129 … explicit MemoryManager(InternalAllocatorPtr internal_allocator, HeapManager *heap_manager, GC *gc, in MemoryManager()
Dheap_manager.cpp37 InternalAllocatorPtr internal_allocator, bool create_pygote_space) in Initialize()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_workers_thread_pool.cpp42 GCWorkersThreadPool::GCWorkersThreadPool(mem::InternalAllocatorPtr internal_allocator, GC *gc, size… in GCWorkersThreadPool()
Dcard_table.cpp24 CardTable::CardTable(InternalAllocatorPtr internal_allocator, uintptr_t min_address, size_t size) in CardTable()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp50 void UpdateRemsetThread<LanguageConfig>::CreateThread(InternalAllocatorPtr internal_allocator) in CreateThread()
Dg1-gc.cpp213 auto internal_allocator = this->GetInternalAllocator(); in DoRegionCompacting() local
966 auto internal_allocator = this->GetInternalAllocator(); in CollectAndMove() local
/arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.cpp25 CrossingMap::CrossingMap(InternalAllocatorPtr internal_allocator, uintptr_t start_addr, size_t size) in CrossingMap()
/arkcompiler/runtime_core/runtime/
Druntime.cpp235 …untime::CreateInstance(const RuntimeOptions &options, mem::InternalAllocatorPtr internal_allocator) in CreateInstance()
327 mem::InternalAllocatorPtr internal_allocator = in Create() local
491 Runtime::Runtime(const RuntimeOptions &options, mem::InternalAllocatorPtr internal_allocator) in Runtime()
Dcompiler.h574 explicit Compiler(CodeAllocator *code_allocator, mem::InternalAllocatorPtr internal_allocator, in Compiler()
/arkcompiler/runtime_core/runtime/core/
Dcore_vm.cpp29 …::MemoryManager *CreateMM(const LanguageContext &ctx, mem::InternalAllocatorPtr internal_allocator, in CreateMM()