Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingFile.c140 uint64_t PageAlignedCountersLength = CountersSize + PaddingBytesAfterCounters; in mmapForContinuousMode() local
144 void *CounterMmap = mmap((void *)CountersBegin, PageAlignedCountersLength, in mmapForContinuousMode()
154 strerror(errno), CountersBegin, PageAlignedCountersLength, Fileno, in mmapForContinuousMode()