Home
last modified time | relevance | path

Searched defs:alignmentInBytes (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dmalloc-proxy-allocator-inl.h48 size_t alignmentInBytes = GetAlignmentInBytes(align); in Alloc() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem.cpp113 void *AlignedAlloc(size_t alignmentInBytes, size_t size) in AlignedAlloc()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem.h85 constexpr Alignment GetLogAlignment(const uint32_t alignmentInBytes) in GetLogAlignment()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp327 void *AlignedAlloc(size_t alignmentInBytes, size_t size) in AlignedAlloc()