HomeSort by relevance Sort by last modified time
    Searched defs:malloc_bytes (Results 1 - 4 of 4) sorted by null

  /art/compiler/utils/
arena_allocator.cc 85 size_t malloc_bytes = 0u; local
89 malloc_bytes += arena->Size();
97 os << " MEM: used: " << bytes_allocated << ", allocated: " << malloc_bytes
  /external/clang/include/clang/AST/
ExternalASTSource.h 273 size_t malloc_bytes; member in struct:clang::ExternalASTSource::MemoryBufferSizes
276 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes)
277 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
  /external/clang/include/clang/Basic/
SourceManager.h 1384 const size_t malloc_bytes; member in struct:clang::SourceManager::MemoryBufferSizes
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 2139 size_t malloc_bytes = 0; local
    [all...]

Completed in 207 milliseconds