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

/external/clang/include/clang/AST/
H A DExternalASTSource.h273 size_t malloc_bytes; member in struct:clang::ExternalASTSource::MemoryBufferSizes
276 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes) argument
277 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
/external/clang/include/clang/Basic/
H A DSourceManager.h1384 const size_t malloc_bytes; member in struct:clang::SourceManager::MemoryBufferSizes
1387 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes) argument
1388 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
/external/clang/lib/Basic/
H A DSourceManager.cpp2139 size_t malloc_bytes = 0; local
2149 malloc_bytes += sized_mapped;
2153 return MemoryBufferSizes(malloc_bytes, mmap_bytes);
/external/clang/tools/libclang/
H A DCIndex.cpp6679 (unsigned long) srcBufs.malloc_bytes);
6695 (unsigned long) sizes.malloc_bytes);
/external/clang/lib/Serialization/
H A DASTReader.cpp6767 sizes.malloc_bytes += bytes;

Completed in 120 milliseconds