Home
last modified time | relevance | path

Searched refs:allocated_size_in_bytes (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.cc67 size_t allocated_size_in_bytes, in AddInternal() argument
72 count_and_size.allocated_size_in_bytes += allocated_size_in_bytes; in AddInternal()
77 size_t allocated_size_in_bytes) { in Add() argument
78 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes); in Add()
82 size_t allocated_size_in_bytes, in Add() argument
84 AddInternal(object_type, 1, allocated_size_in_bytes, resident_size_in_bytes); in Add()
154 other_entry.allocated_size_in_bytes, in Update()
163 if (count_and_size.allocated_size_in_bytes == 0) in DumpInto()
170 count_and_size.allocated_size_in_bytes); in DumpInto()
Dtrace_event_memory_overhead.h52 size_t allocated_size_in_bytes,
57 void Add(ObjectType object_type, size_t allocated_size_in_bytes);
79 size_t allocated_size_in_bytes; member
86 size_t allocated_size_in_bytes,