Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp90 …size_t alignedSize = AlignUp(objectSize + sizeof(Region) + HUGE_OBJECT_BITSET_SIZE, PANDA_POOL_ALI… in Allocate() local
Dlinear_space.cpp149 void LinearSpace::InvokeAllocationInspector(Address object, size_t size, size_t alignedSize) in InvokeAllocationInspector()
Dsparse_space.cpp336 void SparseSpace::InvokeAllocationInspector(Address object, size_t size, size_t alignedSize) in InvokeAllocationInspector()