Home
last modified time | relevance | path

Searched refs:end_part (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dmem.cpp187 auto end_part = reinterpret_cast<void *>(aligned_mem + size); in MapRWAnonymousWithAlignmentRaw() local
188 PartiallyUnmapRaw(end_part, unused_in_end); in MapRWAnonymousWithAlignmentRaw()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp268 auto end_part = reinterpret_cast<void *>(aligned_mem + size); in MapRWAnonymousWithAlignmentRaw() local
269 PartiallyUnmapRaw(end_part, unused_in_end); in MapRWAnonymousWithAlignmentRaw()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp312 auto end_part = reinterpret_cast<void *>(alignedMem + size); in MapRWAnonymousWithAlignmentRaw() local
313 PartiallyUnmapRaw(end_part, unusedInEnd); in MapRWAnonymousWithAlignmentRaw()

Completed in 2 milliseconds