Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_driver/src/
H A Dlib.rs1334 const ALT_STACK_SIZE: usize = libc::MINSIGSTKSZ + 64 * 1024; in install() const
1337 std::alloc::alloc(std::alloc::Layout::from_size_align(ALT_STACK_SIZE, 1).unwrap()) in install()
1339 alt_stack.ss_size = ALT_STACK_SIZE; in install()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.02937 * vm_core.h: remove ALT_STACK_SIZE definition.
2939 * signal.c (rb_register_sigaltstack): replace ALT_STACK_SIZE with
23264 * vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2.
23275 * vm_core.h: moved ALT_STACK_SIZE definition from signal.c.
H A DChangeLog-1.9.335298 * signal.c (ALT_STACK_SIZE): default minimum size is insufficient
35458 * signal.c (ALT_STACK_SIZE): 4KB is not enough on Mac OS X.