Home
last modified time | relevance | path

Searched defs:aligned_size (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.cpp46 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in Allocate() local
57 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in AllocateInLargeAllocator() local
/arkcompiler/runtime_core/runtime/mem/
Dregion_space-inl.h58 void *Region::Alloc(size_t aligned_size) in Alloc()
Dallocator.cpp88 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in Allocate() local
225 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in Allocate() local
243 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in AllocateNonMovable() local
Dinternal_allocator.cpp171 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in AllocViaPandaAllocators() local
Dhumongous_obj_allocator-inl.h60 size_t aligned_size = size + sizeof(MemoryPoolHeader) + GetAlignmentInBytes(align); in Alloc() local
Dfreelist_allocator-inl.h566 size_t aligned_size = size; in GetFromSegregatedList() local
Dregion_allocator-inl.h378 size_t aligned_size = AlignUp(object_size, DEFAULT_ALIGNMENT_IN_BYTES); in CompactSpecificRegion() local
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator-inl.h63 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in AllocateTenuredImpl() local
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp179 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in Allocate() local
197 size_t aligned_size = AlignUp(size, GetAlignmentInBytes(align)); in AllocateNonMovable() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp108 size_t aligned_size = (size + alignment_in_bytes - 1) & ~(alignment_in_bytes - 1); in AlignedAlloc() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp285 size_t aligned_size = (size + alignment_in_bytes - 1) & ~(alignment_in_bytes - 1); in AlignedAlloc() local
/arkcompiler/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp327 size_t aligned_size = GetAlignedObjectSize(size); in CollectYoungAndMove() local