Home
last modified time | relevance | path

Searched refs:create_pygote_space_allocator (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.cpp25 …tAllocator::HybridObjectAllocator(mem::MemStatsType *mem_stats, bool create_pygote_space_allocator) in HybridObjectAllocator() argument
26 : ObjectAllocatorBase(mem_stats, GCCollectMode::GC_ALL, create_pygote_space_allocator) in HybridObjectAllocator()
34 if (create_pygote_space_allocator) { in HybridObjectAllocator()
Dhybrid_object_allocator.h30 … explicit HybridObjectAllocator(mem::MemStatsType *mem_stats, bool create_pygote_space_allocator);
/arkcompiler/runtime_core/runtime/mem/
Dallocator.cpp35 bool create_pygote_space_allocator) in ObjectAllocatorBase() argument
38 if (create_pygote_space_allocator) { in ObjectAllocatorBase()
60 …torNoGen<MTMode>::ObjectAllocatorNoGen(MemStatsType *mem_stats, bool create_pygote_space_allocator) in ObjectAllocatorNoGen() argument
61 : ObjectAllocatorBase(mem_stats, GCCollectMode::GC_ALL, create_pygote_space_allocator) in ObjectAllocatorNoGen()
66 if (create_pygote_space_allocator) { in ObjectAllocatorNoGen()
405 bool create_pygote_space_allocator) in ObjectAllocatorGenBase() argument
406 : ObjectAllocatorBase(mem_stats, gc_collect_mode, create_pygote_space_allocator) in ObjectAllocatorGenBase()
413 if (create_pygote_space_allocator) { in ObjectAllocatorGenBase()
420 …locatorGen<MTMode>::ObjectAllocatorGen(MemStatsType *mem_stats, bool create_pygote_space_allocator) in ObjectAllocatorGen() argument
421 : ObjectAllocatorGenBase(mem_stats, GCCollectMode::GC_ALL, create_pygote_space_allocator) in ObjectAllocatorGen()
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h316 bool create_pygote_space_allocator);
600 explicit ObjectAllocatorNoGen(MemStatsType *mem_stats, bool create_pygote_space_allocator);
721 bool create_pygote_space_allocator);
783 explicit ObjectAllocatorGen(MemStatsType *mem_stats, bool create_pygote_space_allocator);
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.h48 explicit ObjectAllocatorG1(MemStatsType *mem_stats, bool create_pygote_space_allocator);
Dg1-allocator.cpp28 [[maybe_unused]] bool create_pygote_space_allocator) in ObjectAllocatorG1() argument