Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp24 #ifndef PR_SET_VMA
25 #define PR_SET_VMA 0x53564d41 macro
52 return prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, p, size, tag); in PrctlSetVMA()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp235 #ifndef PR_SET_VMA
236 constexpr int PR_SET_VMA = 0x53564d41; variable
252 int res = prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, in TagAnonymousMemory()