Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_linux.cc78 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in CheckMemoryLayoutSanity()
110 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in InitShadow()
124 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in InitShadow()
Dmsan.h191 const uptr kMemoryLayoutSize = sizeof(kMemoryLayout) / sizeof(kMemoryLayout[0]); variable
204 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in addr_is_type()