HomeSort by: relevance | last modified time | path
    Searched refs:mmap_bytes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h 282 size_t mmap_bytes; member in struct:clang::ExternalASTSource::MemoryBufferSizes
284 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes)
285 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1563 const size_t mmap_bytes; member in struct:clang::SourceManager::MemoryBufferSizes
1565 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes)
1566 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 2215 size_t mmap_bytes = 0; local
2221 mmap_bytes += sized_mapped;
2228 return MemoryBufferSizes(malloc_bytes, mmap_bytes);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 8775 (unsigned long)srcBufs.mmap_bytes);
8790 (unsigned long)sizes.mmap_bytes);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7844 sizes.mmap_bytes += bytes;

Completed in 31 milliseconds