Home
last modified time | relevance | path

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

/external/libchrome/base/
Dpickle.cc328 void* p = realloc(header_, GetTotalAllocatedSize()); in Resize()
340 size_t Pickle::GetTotalAllocatedSize() const { in GetTotalAllocatedSize() function in base::Pickle
Dpickle.h163 size_t GetTotalAllocatedSize() const;
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc467 bits::Align(pickle_.GetTotalAllocatedSize(), kPickleHeapAlign), in EstimateTraceMemoryOverhead()