Searched refs:oldguard (Results 1 – 1 of 1) sorted by relevance
633 char *oldguard = mem + (((size - pd->guardsize) / 2) & ~pagesize_m1); in allocate_stack() local635 if (oldguard < guard in allocate_stack()636 && mprotect (oldguard, guard - oldguard, prot) != 0) in allocate_stack()640 oldguard + pd->guardsize - guard - guardsize, in allocate_stack()
Completed in 5 milliseconds