Searched refs:kMaxPRegFileSize (Results 1 – 1 of 1) sorted by relevance
55 const int64_t kMaxPRegFileSize = 1024 * 1024 * 16; variable56 static_assert(kMaxPRegFileSize <= std::numeric_limits<ptrdiff_t>::max(),330 if (preg_data_size > kMaxPRegFileSize) { in ReadDataInternal()387 if (size > kMaxPRegFileSize) in ReadDataInternal()