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.c177 uint64_t PageAlignedBitmapLength = in mmapForContinuousMode() local
182 mmap((void *)BitmapBegin, PageAlignedBitmapLength, PROT_READ | PROT_WRITE, in mmapForContinuousMode()
191 strerror(errno), BitmapBegin, PageAlignedBitmapLength, Fileno, in mmapForContinuousMode()