Home
last modified time | relevance | path

Searched refs:GapShadowBeg (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_shadow_setup.cpp25 uptr GapShadowBeg = RoundDownTo(MEM_TO_SHADOW(addr), GetPageSizeCached()); in ProtectGap() local
32 GapShadowBeg, GapShadowEnd); in ProtectGap()
33 ReserveShadowMemoryRange(GapShadowBeg, GapShadowEnd, in ProtectGap()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_shadow_setup.cpp29 uptr GapShadowBeg = RoundDownTo(MEM_TO_SHADOW(addr), GetPageSizeCached()); in ProtectGap() local
37 GapShadowBeg, GapShadowEnd); in ProtectGap()
38 ReserveShadowMemoryRange(GapShadowBeg, GapShadowEnd, in ProtectGap()