Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread.cc36 const uptr kSummaryAllocSize = kPageSize; in Create() local
37 CHECK_LE(sizeof(AsanThreadSummary), kSummaryAllocSize); in Create()