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

  /art/compiler/dex/
arena_allocator.cc 165 size_t malloc_bytes = 0; local
170 malloc_bytes += arena->Size();
177 os << " MEM: used: " << bytes_allocated << ", allocated: " << malloc_bytes
  /external/clang/include/clang/AST/
ExternalASTSource.h 261 size_t malloc_bytes; member in struct:clang::ExternalASTSource::MemoryBufferSizes
264 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes)
265 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
  /external/clang/include/clang/Basic/
SourceManager.h 1373 const size_t malloc_bytes; member in struct:clang::SourceManager::MemoryBufferSizes
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 2146 size_t malloc_bytes = 0; local
    [all...]

Completed in 111 milliseconds