Searched defs:PROT_WRITE (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dmalloc_space.cc93 PROT_READ | PROT_WRITE, true, false, &error_msg);
140 CHECK_MEMORY_CALL(mprotect, (original_end, increment, PROT_READ | PROT_WRITE), GetName());
193 PROT_READ | PROT_WRITE, &error_msg)); local

Completed in 673 milliseconds