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.cc165 const uptr kMarkerSize = 512 * 1024 / sizeof(u64); in MapRodata() local
166 InternalScopedBuffer<u64> marker(kMarkerSize); in MapRodata()
168 for (volatile u64 *p = marker.data(); p < marker.data() + kMarkerSize; p++) in MapRodata()