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

  /external/chromium_org/content/public/common/
gpu_memory_stats.h 41 size_t bytes_allocated; member in struct:content::GPUVideoMemoryUsageStats
  /external/chromium_org/cc/resources/
memory_history.h 25 bytes_allocated(0),
30 size_t bytes_allocated; member in struct:cc::MemoryHistory::Entry
34 return bytes_allocated + bytes_unreleasable + bytes_over;
  /external/chromium_org/content/common/gpu/
gpu_memory_allocation.h 123 uint64 bytes_allocated; member in struct:content::GpuManagedMemoryStats
132 bytes_allocated(0),
138 uint64 bytes_allocated,
142 bytes_allocated(bytes_allocated),
149 bytes_allocated == other.bytes_allocated &&
  /art/compiler/dex/
arena_allocator.cc 176 const size_t bytes_allocated = BytesAllocated(); local
177 os << " MEM: used: " << bytes_allocated << ", allocated: " << malloc_bytes
181 << num_allocations_ << ", avg size: " << bytes_allocated / num_allocations_ << "\n";
  /art/runtime/gc/space/
space_test.cc 256 size_t bytes_allocated = 0; local
258 mirror::Object* obj = los->Alloc(Thread::Current(), 100 * MB, &bytes_allocated);
353 size_t bytes_allocated = 0; local
355 object = space->Alloc(self, alloc_size, &bytes_allocated);
357 object = space->AllocWithGrowth(self, alloc_size, &bytes_allocated);
364 EXPECT_EQ(bytes_allocated, allocation_size);
434 size_t bytes_allocated = 0; local
436 large_object = space->Alloc(self, three_quarters_space, &bytes_allocated);
438 large_object = space->AllocWithGrowth(self, three_quarters_space, &bytes_allocated);
  /art/runtime/gc/
heap.cc 564 size_t bytes_allocated = 0; local
577 obj = Allocate(self, large_object_space_, byte_count, &bytes_allocated);
584 obj = Allocate(self, alloc_space_, byte_count, &bytes_allocated);
594 RecordAllocation(bytes_allocated, obj);
1795 const size_t bytes_allocated = GetBytesAllocated(); local
    [all...]
  /external/chromium_org/v8/src/
spaces.cc 1394 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); local
1401 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); local
    [all...]
  /external/v8/src/
spaces.cc 1207 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); local
1214 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 475 __u32 bytes_allocated; member in struct:master_file_table_record

Completed in 413 milliseconds