Searched refs:SCS_GUARD_REGION_SIZE (Results 1 – 3 of 3) sorted by relevance
29 #define SCS_GUARD_REGION_SIZE (16 * 1024 * 1024) macro
112 munmap(thread->shadow_call_stack_guard_region, SCS_GUARD_REGION_SIZE); in pthread_exit()
113 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()