Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c174 uint64_t PageAlignedBitmapLength = in mmapForContinuousMode() local
180 mmap((void *)BitmapBegin, PageAlignedBitmapLength, PROT_READ | PROT_WRITE, in mmapForContinuousMode()
189 strerror(errno), BitmapBegin, PageAlignedBitmapLength, Fileno, in mmapForContinuousMode()