Home
last modified time | relevance | path

Searched defs:paddingSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
Dfile.h202 bool WriteAlignUpPadding(const size_t paddingSize) in WriteAlignUpPadding()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator-inl.h110 uintptr_t paddingSize = memoryPointer - ToUintPtr(memoryBlock->GetMemory()); in Alloc() local