Home
last modified time | relevance | path

Searched defs:heapStartAddress (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dregion_manager_test.cpp60 uintptr_t heapStartAddress = unitInfoStart + metadataSize; in SetUp() local
408 uintptr_t heapStartAddress = reinterpret_cast<uintptr_t>(regionMemory); in HWTEST_F_L0() local
438 uintptr_t heapStartAddress = reinterpret_cast<uintptr_t>(regionMemory); in HWTEST_F_L0() local
468 uintptr_t heapStartAddress = reinterpret_cast<uintptr_t>(regionMemory); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_manager.cpp51 uintptr_t RegionDesc::UnitInfo::heapStartAddress = 0; member in common::RegionDesc::UnitInfo