Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Class stack_allocator
PrevUpHomeNext

Boost.Context provides a StackAllocator stack_allocator which models the StackAllocator concept concept. It appends a guard-page to protect against exceeding the stack. If the guard page is accessed (read or write operation) a segmentation fault/access violation is generated by the operating system.


PrevUpHomeNext