Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc168 const uptr kMarkerSize = 512 * 1024 / sizeof(u64); in MapRodata() local
169 InternalScopedBuffer<u64> marker(kMarkerSize); in MapRodata()
171 for (volatile u64 *p = marker.data(); p < marker.data() + kMarkerSize; p++) in MapRodata()