Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_constants.h29 #define SCS_GUARD_REGION_SIZE (16 * 1024 * 1024) macro
/bionic/libc/bionic/
Dpthread_exit.cpp112 munmap(thread->shadow_call_stack_guard_region, SCS_GUARD_REGION_SIZE); in pthread_exit()
Dpthread_create.cpp113 mmap(nullptr, SCS_GUARD_REGION_SIZE, 0, MAP_PRIVATE | MAP_ANON, -1, 0)); in __init_shadow_call_stack()
125 (getpid() == 1) ? 0 : (arc4random_uniform(SCS_GUARD_REGION_SIZE / SCS_SIZE - 1) * SCS_SIZE); in __init_shadow_call_stack()