Searched refs:bytes_allocated (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/content/public/common/
H A Dgpu_memory_stats.cc10 : bytes_allocated(0),
H A Dgpu_memory_stats.h41 size_t bytes_allocated; member in struct:content::GPUVideoMemoryUsageStats
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_allocation.h123 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 &&
136 GpuManagedMemoryStats(uint64 bytes_required, uint64 bytes_nice_to_have, uint64 bytes_allocated, bool backbuffer_requested) argument
H A Dgpu_memory_manager.cc294 TrackValueChanged(0, client_state->managed_memory_stats_.bytes_allocated,
306 TrackValueChanged(client_state->managed_memory_stats_.bytes_allocated, 0,
323 TrackValueChanged(client_state->managed_memory_stats_.bytes_allocated, 0,
327 TrackValueChanged(0, client_state->managed_memory_stats_.bytes_allocated,
338 TrackValueChanged(client_state->managed_memory_stats_.bytes_allocated,
339 stats.bytes_allocated,
397 video_memory_usage_stats->bytes_allocated = GetCurrentUsage();
H A Dgpu_messages.h171 IPC_STRUCT_TRAITS_MEMBER(bytes_allocated)
193 IPC_STRUCT_TRAITS_MEMBER(bytes_allocated)
/external/chromium_org/cc/resources/
H A Dmemory_history.h25 bytes_allocated(0),
30 size_t bytes_allocated; member in struct:cc::MemoryHistory::Entry
34 return bytes_allocated + bytes_unreleasable + bytes_over;
H A Dtile_manager.cc616 memory_stats_from_last_assign_.bytes_allocated =
/external/chromium_org/cc/output/
H A Ddelegating_renderer.h46 size_t bytes_allocated) OVERRIDE;
H A Drenderer.h78 size_t bytes_allocated) = 0;
H A Ddelegating_renderer.cc203 size_t bytes_allocated) {
213 stats.bytesAllocated = bytes_allocated;
201 SendManagedMemoryStats(size_t bytes_visible, size_t bytes_visible_and_nearby, size_t bytes_allocated) argument
H A Dsoftware_renderer.h44 size_t bytes_allocated) OVERRIDE {}
H A Dgl_renderer.h70 size_t bytes_allocated) OVERRIDE;
H A Dgl_renderer.cc284 size_t bytes_allocated) {
288 stats.bytesAllocated = bytes_allocated;
282 SendManagedMemoryStats(size_t bytes_visible, size_t bytes_visible_and_nearby, size_t bytes_allocated) argument
/external/chromium_org/content/browser/gpu/
H A Dgpu_memory_test.cc43 bytes_allocated_ = video_memory_usage_stats.bytes_allocated;
/external/e2fsprogs/lib/blkid/
H A Dprobe.h475 __u32 bytes_allocated; member in struct:master_file_table_record
/external/v8/src/
H A Dspaces.cc1207 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); local
1209 bytes_allocated, IncrementalMarking::GC_VIA_STACK_GUARD);
1214 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); local
1216 bytes_allocated, IncrementalMarking::GC_VIA_STACK_GUARD);
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc479 memory_entry_.bytes_allocated) / megabyte);
/external/chromium_org/v8/src/
H A Dspaces.cc1394 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); local
1396 bytes_allocated, IncrementalMarking::GC_VIA_STACK_GUARD);
1401 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); local
1403 bytes_allocated, IncrementalMarking::GC_VIA_STACK_GUARD);

Completed in 317 milliseconds