Searched defs:kAltStackSize (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc97 static const uptr kAltStackSize = SIGSTKSZ * 4; // SIGSTKSZ is not enough. member in namespace:__sanitizer
108 void* base = MmapOrDie(kAltStackSize, __func__);
111 altstack.ss_size = kAltStackSize;
119 altstack.ss_size = kAltStackSize; // Some sane value required on Darwin.

Completed in 795 milliseconds