Searched refs:thread_stack_pages (Results 1 – 1 of 1) sorted by relevance
731 size_t thread_stack_pages = 8; in debuggerd_init() local732 void* thread_stack_allocation = mmap(nullptr, getpagesize() * (thread_stack_pages + 2), PROT_NONE, in debuggerd_init()739 if (mprotect(stack, getpagesize() * thread_stack_pages, PROT_READ | PROT_WRITE) != 0) { in debuggerd_init()744 stack = (stack + thread_stack_pages * getpagesize() - 1); in debuggerd_init()