Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp10717 static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ; variable
10745 sigStack.ss_size = sigStackSize; in FatalConditionHandler()
10776 char FatalConditionHandler::altStackMem[sigStackSize] = {};