Home
last modified time | relevance | path

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

/system/core/libcutils/
Dmspace.c184 char *prot_brk = (char *)ALIGN_UP(cs->brk, pagesize); in create_contiguous_mspace_with_base() local
185 if ((mprotect(base, prot_brk - (char *)base, PROT_READ | PROT_WRITE) < 0) || in create_contiguous_mspace_with_base()
186 (mprotect(prot_brk, cs->top - prot_brk, PROT_NONE) < 0)) { in create_contiguous_mspace_with_base()