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

/bionic/libc/bionic/
H A Dpthread_create.cpp115 static void* __create_thread_mapped_space(size_t mmap_size, size_t stack_guard_size) { argument
130 if (mprotect(space, stack_guard_size, PROT_NONE) == -1) {
133 stack_guard_size, strerror(errno));
137 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, space, stack_guard_size, "thread stack guard page");

Completed in 4 milliseconds