Home
last modified time | relevance | path

Searched defs:MapSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp174 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice()
274 getFileAux(const Twine &Filename, uint64_t MapSize, uint64_t Offset, in getFileAux()
297 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice()
357 size_t MapSize, in shouldUseMmap()
416 getReadWriteFile(const Twine &Filename, uint64_t FileSize, uint64_t MapSize, in getReadWriteFile()
463 WriteThroughMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice()
471 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl()
563 sys::fs::file_t FD, const Twine &Filename, uint64_t MapSize, int64_t Offset, in getOpenFileSlice()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h790 const uptr MapSize = RoundedSize + 2 * getGuardPageSize(); in allocate() local
H A Dprimary32.h553 uptr MapSize = 2 * RegionSize; in allocateRegionSlow() local
H A Dprimary64.h706 const uptr MapSize = roundUp(TotalUserBytes - MappedUser, MapSizeIncrement); in populateFreeListAndPopBlocks() local