Home
last modified time | relevance | path

Searched refs:memory_allocated_bytes (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/resources/
Dtile_manager_unittest.cc490 size_t memory_allocated_bytes; in TEST_P() local
496 &memory_allocated_bytes, in TEST_P()
499 EXPECT_LE(memory_allocated_bytes, global_state_.memory_limit_in_bytes); in TEST_P()
517 &memory_allocated_bytes, in TEST_P()
520 EXPECT_LE(memory_allocated_bytes, global_state_.memory_limit_in_bytes); in TEST_P()
Dtile_manager.cc543 size_t* memory_allocated_bytes, in GetMemoryStats() argument
547 *memory_allocated_bytes = resource_pool_->total_memory_usage_bytes(); in GetMemoryStats()
575 size_t memory_allocated_bytes; in GetMemoryRequirementsAsValue() local
579 &memory_allocated_bytes, in GetMemoryRequirementsAsValue()
584 requirements->SetInteger("memory_allocated_bytes", memory_allocated_bytes); in GetMemoryRequirementsAsValue()
Dtile_manager.h81 size_t* memory_allocated_bytes,
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.cc417 size_t memory_allocated_bytes; in ManageTiles() local
421 &memory_allocated_bytes, in ManageTiles()