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

  /art/runtime/base/
arena_allocator.cc 95 size_t malloc_bytes = 0u; local
99 malloc_bytes += arena->Size();
107 os << " MEM: used: " << bytes_allocated << ", allocated: " << malloc_bytes
  /external/clang/include/clang/AST/
ExternalASTSource.h 280 size_t malloc_bytes; member in struct:clang::ExternalASTSource::MemoryBufferSizes
283 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes)
284 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
  /external/clang/include/clang/Basic/
SourceManager.h 1380 const size_t malloc_bytes; member in struct:clang::SourceManager::MemoryBufferSizes
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 2141 size_t malloc_bytes = 0; local
    [all...]

Completed in 205 milliseconds