Searched defs:MapSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 174 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 D | secondary.h | 790 const uptr MapSize = RoundedSize + 2 * getGuardPageSize(); in allocate() local
|
| H A D | primary32.h | 553 uptr MapSize = 2 * RegionSize; in allocateRegionSlow() local
|
| H A D | primary64.h | 706 const uptr MapSize = roundUp(TotalUserBytes - MappedUser, MapSizeIncrement); in populateFreeListAndPopBlocks() local
|