Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DMemory.cpp38 #define ANDROID_PR_SET_VMA 0x53564d41 // 'SVMA' macro
127 if(prctl(ANDROID_PR_SET_VMA, ANDROID_PR_SET_VMA_ANON_NAME, memory, roundedSize, name) == -1) in allocateExecutable()
/external/jemalloc/src/
Dpages.c25 #define ANDROID_PR_SET_VMA 0x53564d41 macro
73 prctl(ANDROID_PR_SET_VMA, ANDROID_PR_SET_VMA_ANON_NAME, ret, in pages_map()