Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.cpp475 HeapAddress allocAddr = region->Alloc(totalSize); in AllocateRawPointerObject() local
489 HeapAddress allocAddr = region->Alloc(totalSize); in AllocateRawPointerObject() local
Dregion_desc.h463 static RegionDesc* GetRegionDescAt(uintptr_t allocAddr) in GetRegionDescAt()
476 static RegionDesc* GetAliveRegionDescAt(uintptr_t allocAddr) in GetAliveRegionDescAt()
666 static RegionType GetAliveRegionType(uintptr_t allocAddr) in GetAliveRegionType()
1140 static size_t GetUnitIdxAt(uintptr_t allocAddr) in GetUnitIdxAt()
1150 static UnitInfo* GetUnitInfoAt(uintptr_t allocAddr) in GetUnitInfoAt()
1226 static InlinedRegionMetaData *GetInlinedRegionMetaData(uintptr_t allocAddr) in GetInlinedRegionMetaData()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dhumongous_obj_allocator-inl.h186 uintptr_t allocAddr = ToUintPtr(memoryPool->GetMemory()); in ReleaseUnusedPagesOnAlloc() local