HomeSort by relevance Sort by last modified time
    Searched defs:GetTlsSize (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 247 uptr GetTlsSize() {
sanitizer_linux_libcdep.cc 385 *size = GetTlsSize();
410 uptr GetTlsSize() {
449 const uptr minstacksize = GetTlsSize() + 128*1024;
sanitizer_win.cc 411 uptr GetTlsSize() {

Completed in 302 milliseconds