Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_linux.cc80 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in CheckMemoryLayoutSanity()
112 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in InitShadow()
126 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in InitShadow()
H A Dmsan.h247 const uptr kMemoryLayoutSize = sizeof(kMemoryLayout) / sizeof(kMemoryLayout[0]); variable
260 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in addr_is_type()