Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dheap_profiler_stack_frame_deduplicator.cc102 size_t maps_size = roots_.size() * sizeof(std::pair<StackFrame, int>); in EstimateTraceMemoryOverhead() local
107 maps_size += node.children.size() * sizeof(std::pair<StackFrame, int>); in EstimateTraceMemoryOverhead()
110 sizeof(StackFrameDeduplicator) + maps_size + frames_allocated, in EstimateTraceMemoryOverhead()
111 sizeof(StackFrameDeduplicator) + maps_size + frames_resident); in EstimateTraceMemoryOverhead()