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.cc28 size_t allocated_size_in_bytes, in AddOrCreateInternal() argument
35 {count, allocated_size_in_bytes, resident_size_in_bytes}))); in AddOrCreateInternal()
39 it->second.allocated_size_in_bytes += allocated_size_in_bytes; in AddOrCreateInternal()
44 size_t allocated_size_in_bytes) { in Add() argument
45 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes); in Add()
49 size_t allocated_size_in_bytes, in Add() argument
51 AddOrCreateInternal(object_type, 1, allocated_size_in_bytes, in Add()
135 it.second.allocated_size_in_bytes, in Update()
147 it.second.allocated_size_in_bytes); in DumpInto()
Dtrace_event_memory_overhead.h33 size_t allocated_size_in_bytes,
38 void Add(const char* object_type, size_t allocated_size_in_bytes);
60 size_t allocated_size_in_bytes; member
68 size_t allocated_size_in_bytes,