HomeSort by relevance Sort by last modified time
    Searched refs:MapSize (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Support/
MemoryBuffer.cpp 245 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, Offset, RequiresNullTerminator
    [all...]
  /external/llvm/include/llvm/Support/
MemoryBuffer.h 77 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
84 getOpenFileSlice(int FD, const char *Filename, uint64_t MapSize,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h 280 static int64 MapSize() { return map_size_; }
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 256 static int64 MapSize() { return map_size_; }
heap-profile-table.cc 437 total_with_mmap.alloc_size += MemoryRegionMap::MapSize();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 814 IN ULONG MapSize, \
826 IN ULONG MapSize, \
    [all...]

Completed in 627 milliseconds