Home
last modified time | relevance | path

Searched refs:aligned_mem (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dmem.cpp177 uintptr_t aligned_mem = (allocated_mem & ~(aligment_in_bytes - 1U)) + in MapRWAnonymousWithAlignmentRaw() local
179 ASSERT(aligned_mem >= allocated_mem); in MapRWAnonymousWithAlignmentRaw()
180 size_t unused_in_start = aligned_mem - allocated_mem; in MapRWAnonymousWithAlignmentRaw()
187 auto end_part = reinterpret_cast<void *>(aligned_mem + size); in MapRWAnonymousWithAlignmentRaw()
190 return reinterpret_cast<void *>(aligned_mem); in MapRWAnonymousWithAlignmentRaw()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp258 uintptr_t aligned_mem = (allocated_mem & ~(aligment_in_bytes - 1U)) + in MapRWAnonymousWithAlignmentRaw() local
260 ASSERT(aligned_mem >= allocated_mem); in MapRWAnonymousWithAlignmentRaw()
261 size_t unused_in_start = aligned_mem - allocated_mem; in MapRWAnonymousWithAlignmentRaw()
268 auto end_part = reinterpret_cast<void *>(aligned_mem + size); in MapRWAnonymousWithAlignmentRaw()
271 return reinterpret_cast<void *>(aligned_mem); in MapRWAnonymousWithAlignmentRaw()

Completed in 2 milliseconds