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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.h280 static int64 MapSize() { return map_size_; } function in class:MemoryRegionMap
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.h256 static int64 MapSize() { return map_size_; } function in class:MemoryRegionMap
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp245 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator,
265 size_t MapSize,
278 if (MapSize < 4 * 4096 || MapSize < (unsigned)PageSize)
288 // RequiresNullTerminator = false and MapSize != -1.
298 size_t End = Offset + MapSize;
313 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator,
318 if (MapSize == uint64_t(-1)) {
337 MapSize = FileSize;
340 if (shouldUseMmap(FD, FileSize, MapSize, Offse
263 shouldUseMmap(int FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize, bool IsVolatileSize) argument
312 getOpenFileImpl(int FD, const char *Filename, uint64_t FileSize, uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) argument
397 getOpenFileSlice(int FD, const char *Filename, uint64_t MapSize, int64_t Offset, bool IsVolatileSize) argument
[all...]

Completed in 249 milliseconds