Home
last modified time | relevance | path

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

/external/libchrome/base/
Dpickle.cc339 void* p = realloc(header_, GetTotalAllocatedSize()); in Resize()
351 size_t Pickle::GetTotalAllocatedSize() const { in GetTotalAllocatedSize() function in base::Pickle
Dpickle.h182 size_t GetTotalAllocatedSize() const;
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc570 pickle_.GetTotalAllocatedSize(), in EstimateTraceMemoryOverhead()