PAGE_CHUNK_SIZE    27 native_client_sdk/src/libraries/error_handling/error_handling.c #define PAGE_CHUNK_MASK (PAGE_CHUNK_SIZE - 1)
PAGE_CHUNK_SIZE    28 native_client_sdk/src/libraries/error_handling/error_handling.c #define STACK_SIZE_MIN (PAGE_CHUNK_SIZE * 4)
PAGE_CHUNK_SIZE   227 native_client_sdk/src/libraries/error_handling/error_handling.c   stack = mmap(NULL, stack_size + PAGE_CHUNK_SIZE,
PAGE_CHUNK_SIZE   232 native_client_sdk/src/libraries/error_handling/error_handling.c   guard = mmap(stack, PAGE_CHUNK_SIZE,
PAGE_CHUNK_SIZE   247 native_client_sdk/src/libraries/error_handling/error_handling.c   stack_info->size = stack_size + PAGE_CHUNK_SIZE;