Searched defs:MapSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h33 uptr MapSize; member in struct:scudo::LargeBlock::Header
151 const uptr MapSize = RoundedSize + 2 * PageSize; local
H A Dprimary32.h229 uptr MapSize = 2 * RegionSize; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp154 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, argument
245 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, argument
267 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, argument
308 shouldUseMmap(sys::fs::file_t FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize, bool IsVolatile) argument
364 getReadWriteFile(const Twine &Filename, uint64_t FileSize, uint64_t MapSize, uint64_t Offset) argument
411 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset) argument
418 getOpenFileImpl(sys::fs::file_t FD, const Twine &Filename, uint64_t FileSize, uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, bool IsVolatile) argument
489 getOpenFileSlice(sys::fs::file_t FD, const Twine &Filename, uint64_t MapSize, int64_t Offset, bool IsVolatile) argument
[all...]

Completed in 89 milliseconds