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

  /art/compiler/dex/
arena_allocator.cc 46 : bytes_allocated_(0),
68 if (bytes_allocated_) {
70 memset(Begin(), 0, bytes_allocated_); local
72 madvise(Begin(), bytes_allocated_, MADV_DONTNEED); local
74 bytes_allocated_ = 0;
139 arena_head_->bytes_allocated_ = ptr_ - begin_;
arena_allocator.h 52 return Size() - bytes_allocated_;
56 size_t bytes_allocated_; member in class:art::Arena
  /external/chromium_org/content/browser/gpu/
gpu_memory_test.cc 35 : bytes_allocated_(0) {
43 bytes_allocated_ = video_memory_usage_stats.bytes_allocated;
54 return bytes_allocated_;
58 size_t bytes_allocated_; member in class:content::GpuMemoryBytesAllocatedObserver
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 402 size_t bytes_allocated_; member in class:gpu::gles2::BackTexture
439 size_t bytes_allocated_; member in class:gpu::gles2::BackRenderbuffer
    [all...]

Completed in 216 milliseconds