Searched refs:malloc_bytes (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DExternalASTSource.h253 size_t malloc_bytes; member in struct:clang::ExternalASTSource::MemoryBufferSizes
256 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes) argument
257 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
/external/clang/include/clang/Basic/
H A DSourceManager.h1269 const size_t malloc_bytes; member in struct:clang::SourceManager::MemoryBufferSizes
1272 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes) argument
1273 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
/external/clang/lib/Basic/
H A DSourceManager.cpp1898 size_t malloc_bytes = 0; local
1908 malloc_bytes += sized_mapped;
1912 return MemoryBufferSizes(malloc_bytes, mmap_bytes);
/external/clang/tools/libclang/
H A DCIndex.cpp5973 (unsigned long) srcBufs.malloc_bytes);
5989 (unsigned long) sizes.malloc_bytes);
/external/clang/lib/Serialization/
H A DASTReader.cpp5240 sizes.malloc_bytes += bytes;

Completed in 184 milliseconds