Searched refs:GetTotalAllocatedSize (Results 1 – 3 of 3) sorted by relevance
328 void* p = realloc(header_, GetTotalAllocatedSize()); in Resize()340 size_t Pickle::GetTotalAllocatedSize() const { in GetTotalAllocatedSize() function in base::Pickle
163 size_t GetTotalAllocatedSize() const;
467 bits::Align(pickle_.GetTotalAllocatedSize(), kPickleHeapAlign), in EstimateTraceMemoryOverhead()