Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp158 Alignment ObjectAllocatorNoGen<MT_MODE>::CalculateAllocatorAlignment(size_t align) in CalculateAllocatorAlignment() function in ark::mem::ObjectAllocatorNoGen
323 Alignment ObjectAllocatorGen<MT_MODE>::CalculateAllocatorAlignment(size_t align) in CalculateAllocatorAlignment() function in ark::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp239 Alignment ObjectAllocatorG1<MT_MODE>::CalculateAllocatorAlignment(size_t align) in CalculateAllocatorAlignment() function in ark::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h538 Alignment CalculateAllocatorAlignment(size_t align) final in CalculateAllocatorAlignment() function