Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp28 #ifndef PR_SET_VMA_ANON_NAME
29 #define PR_SET_VMA_ANON_NAME 0 macro
52 return prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, p, size, tag); in PrctlSetVMA()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp239 #ifndef PR_SET_VMA_ANON_NAME
240 constexpr unsigned long PR_SET_VMA_ANON_NAME = 0; variable
252 int res = prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, in TagAnonymousMemory()