Home
last modified time | relevance | path

Searched defs:AllocLargeRegion (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dheap_allocator_test.cpp63 HWTEST_F_L0(HeapAllocatorTest, AllocLargeRegion) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.cpp243 Region *RegionBlock::AllocLargeRegion(size_t largeRegionSize) in AllocLargeRegion() function in ark::mem::RegionBlock
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.cpp193 uintptr_t RegionSpace::AllocLargeRegion(size_t size) in AllocLargeRegion() function in common::RegionSpace