Home
last modified time | relevance | path

Searched defs:alignedSize (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator-inl.h64 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in AllocateTenuredImpl() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.h271 …size_t alignedSize = AlignUp(size + sizeof(Region) + HUGE_OBJECT_BITSET_SIZE, PANDA_POOL_ALIGNMENT… in CheckOOM() local
Dshared_space.cpp376 void SharedSparseSpace::InvokeAllocationInspector(Address object, size_t size, size_t alignedSize) in InvokeAllocationInspector()
678 …size_t alignedSize = AlignUp(objectSize + sizeof(Region) + HUGE_OBJECT_BITSET_SIZE, PANDA_POOL_ALI… in Allocate() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-evacuate-regions-worker-state-inl.h65 auto alignedSize = AlignUp(objectSize, DEFAULT_ALIGNMENT_IN_BYTES); in Evacuate() local
Dg1-allocator.cpp197 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in Allocate() local
221 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in AllocateNonMovable() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space-inl.h58 void *Region::Alloc(size_t alignedSize) in Alloc()
Dallocator.cpp121 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in Allocate() local
277 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in Allocate() local
299 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in AllocateNonMovable() local
Dinternal_allocator.cpp245 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in AllocViaPandaAllocators() local
Dhumongous_obj_allocator-inl.h60 size_t alignedSize = size + sizeof(MemoryPoolHeader) + GetAlignmentInBytes(align); in Alloc() local
Dfreelist_allocator-inl.h573 size_t alignedSize = size; in GetFromSegregatedList() local
Dregion_allocator-inl.h477 size_t alignedSize = AlignUp(objectSize, DEFAULT_ALIGNMENT_IN_BYTES); in CompactSpecificRegion() local
/arkcompiler/ets_runtime/common_components/common/
Dpage_allocator.h287 … uint32_t alignedSize = AlignUp(static_cast<uint32_t>(size), AllocatorUtils::ALLOC_ALIGNMENT); in Allocate() local
298 … uint32_t alignedSize = AlignUp(static_cast<uint32_t>(size), AllocatorUtils::ALLOC_ALIGNMENT); in Deallocate() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp164 void LinearSpace::InvokeAllocationInspector(Address object, size_t size, size_t alignedSize) in InvokeAllocationInspector()
Dspace.cpp263 …size_t alignedSize = AlignUp(objectSize + sizeof(Region) + HUGE_OBJECT_BITSET_SIZE, PANDA_POOL_ALI… in Allocate() local
Dsparse_space.cpp344 void SparseSpace::InvokeAllocationInspector(Address object, size_t size, size_t alignedSize) in InvokeAllocationInspector()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem.cpp115 size_t alignedSize = (size + alignmentInBytes - 1) & ~(alignmentInBytes - 1); in AlignedAlloc() local
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_manager.h240 … size_t alignedSize = AlignUp<size_t>(size + RegionDesc::UNIT_HEADER_SIZE, RegionDesc::UNIT_SIZE); variable
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp329 size_t alignedSize = (size + alignmentInBytes - 1) & ~(alignmentInBytes - 1); in AlignedAlloc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp129 auto alignedSize = alignSize > 0 ? AlignUp(size, alignSize) : size; in Alloca() local
222 uint32_t alignedSize = curSec.InRodataSection() ? AOTFileInfo::RODATA_SEC_ALIGN in AllocaDataSectionImp() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp304 size_t alignedSize = GetAlignedObjectSize(size); in CollectYoungAndMove() local