HomeSort by relevance Sort by last modified time
    Searched refs:kMsanParamTlsSize (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/msan/
msan.cc 43 THREADLOCAL u64 __msan_param_tls[kMsanParamTlsSize / sizeof(u64)];
49 THREADLOCAL u32 __msan_param_origin_tls[kMsanParamTlsSize / sizeof(u32)];
58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)];
msan.h 216 const int kMsanParamTlsSize = 800;

Completed in 1193 milliseconds