| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | allocator-inl.h | 64 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in AllocateTenuredImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_space.h | 271 …size_t alignedSize = AlignUp(size + sizeof(Region) + HUGE_OBJECT_BITSET_SIZE, PANDA_POOL_ALIGNMENT… in CheckOOM() local
|
| D | shared_space.cpp | 376 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/ |
| D | g1-evacuate-regions-worker-state-inl.h | 65 auto alignedSize = AlignUp(objectSize, DEFAULT_ALIGNMENT_IN_BYTES); in Evacuate() local
|
| D | g1-allocator.cpp | 197 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/ |
| D | region_space-inl.h | 58 void *Region::Alloc(size_t alignedSize) in Alloc()
|
| D | allocator.cpp | 121 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
|
| D | internal_allocator.cpp | 245 size_t alignedSize = AlignUp(size, GetAlignmentInBytes(align)); in AllocViaPandaAllocators() local
|
| D | humongous_obj_allocator-inl.h | 60 size_t alignedSize = size + sizeof(MemoryPoolHeader) + GetAlignmentInBytes(align); in Alloc() local
|
| D | freelist_allocator-inl.h | 573 size_t alignedSize = size; in GetFromSegregatedList() local
|
| D | region_allocator-inl.h | 477 size_t alignedSize = AlignUp(objectSize, DEFAULT_ALIGNMENT_IN_BYTES); in CompactSpecificRegion() local
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | page_allocator.h | 287 … 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/ |
| D | linear_space.cpp | 164 void LinearSpace::InvokeAllocationInspector(Address object, size_t size, size_t alignedSize) in InvokeAllocationInspector()
|
| D | space.cpp | 263 …size_t alignedSize = AlignUp(objectSize + sizeof(Region) + HUGE_OBJECT_BITSET_SIZE, PANDA_POOL_ALI… in Allocate() local
|
| D | sparse_space.cpp | 344 void SparseSpace::InvokeAllocationInspector(Address object, size_t size, size_t alignedSize) in InvokeAllocationInspector()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | mem.cpp | 115 size_t alignedSize = (size + alignmentInBytes - 1) & ~(alignmentInBytes - 1); in AlignedAlloc() local
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_manager.h | 240 … size_t alignedSize = AlignUp<size_t>(size + RegionDesc::UNIT_HEADER_SIZE, RegionDesc::UNIT_SIZE); variable
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | mem.cpp | 329 size_t alignedSize = (size + alignmentInBytes - 1) & ~(alignmentInBytes - 1); in AlignedAlloc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_codegen.cpp | 129 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/ |
| D | gen-gc.cpp | 304 size_t alignedSize = GetAlignedObjectSize(size); in CollectYoungAndMove() local
|