Searched defs:MapSize (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 177 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice() 277 getFileAux(const Twine &Filename, uint64_t MapSize, uint64_t Offset, in getFileAux() 300 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice() 360 size_t MapSize, in shouldUseMmap() 414 getReadWriteFile(const Twine &Filename, uint64_t FileSize, uint64_t MapSize, in getReadWriteFile() 461 WriteThroughMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, in getFileSlice() 469 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl() 548 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 D | secondary.h | 634 const uptr MapSize = RoundedSize + 2 * PageSize; in allocate() local
|
H A D | primary32.h | 420 uptr MapSize = 2 * RegionSize; in allocateRegionSlow() local
|
H A D | primary64.h | 1044 const uptr MapSize = in populateFreeListAndPopBlocks() local
|