libcopp
2.2.0
|
#include <libcopp/utils/config/libcopp_build_features.h>
#include <libcopp/stack/stack_traits.h>
#include <libcopp/utils/config/stl_include_prefix.h>
#include <assert.h>
#include <signal.h>
#include <sys/resource.h>
#include <sys/time.h>
#include <unistd.h>
#include <algorithm>
#include <cmath>
#include <limits>
#include <libcopp/utils/config/stl_include_suffix.h>
Go to the source code of this file.
Namespaces | |
detail | |
Macros | |
#define | MINSIGSTKSZ (128 * 1024) |
#define | UDEF_MINSIGSTKSZ |
Functions | |
static std::size_t | detail::pagesize () |
static rlimit | detail::stacksize_limit_ () |
static rlimit | detail::stacksize_limit () |
#define MINSIGSTKSZ (128 * 1024) |
Definition at line 27 of file stack_traits_posix.cpp.
#define UDEF_MINSIGSTKSZ |
Definition at line 28 of file stack_traits_posix.cpp.