Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Dmalloc-proxy-allocator-inl.h48 size_t alignment_in_bytes = GetAlignmentInBytes(align); in Alloc() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp106 void *AlignedAlloc(size_t alignment_in_bytes, size_t size) in AlignedAlloc()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp283 void *AlignedAlloc(size_t alignment_in_bytes, size_t size) in AlignedAlloc()